v5
The Ultimate Oscillator function has been fixed to correctly return `na` on early bars before a value is rendered. In addition, a function for the Awesome Oscillator has been implemented:
ao(src, shortLength, longLength)
Calculates the value of the Awesome Oscillator.
Parameters:
src
shortLength: (series int) Number of bars for the fast moving average (length).
longLength: (series int) Number of bars for the slow moving average (length).
Returns: (float) The oscillator value.