powered by
The Ultimate Oscillator is a momentum oscillator designed to capture momentum across three different time frames.
ultimateOscillator(HLC, n = c(7, 14, 28), wts = c(4, 2, 1))
Object that is coercible to xts or matrix and contains High-Low-Close prices.
A vector of the number of periods to use for each average calculation.
The weights applied to each average.
Created by Larry Williams in 1976.
The following site(s) were used to code/document this indicator: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ultimate_oscillator
# NOT RUN { data(ttrc) ult.osc <- ultimateOscillator(ttrc[,c("High","Low","Close")]) # }
Run the code above in your browser using DataLab