"AbsolutePriceOscillator" (Financial Indicator)
"AbsolutePriceOscillator" (Financial Indicator)
Is a market strength indicator.
Is computed using the close price.
Returns two time series. The first is the difference between 9- and 16-period simple moving averages, and the second is a signal line represented as a 9-period exponential moving average of the first.
FinancialIndicator["AbsolutePriceOscillator",n1,n2,n3] uses periods n1 and n2 for the simple moving averages and n3 for the period of the signal line.
Examples
TradingChart[{"MSFT", {{2009, 1, 1}, {2009, 3, 31}}}, {"AbsolutePriceOscillator"}]
| |
See Also
Indicator Types: PercentageVolumeOscillator ▪ MovingAverageConvergenceDivergence ▪ RateOfChange
History
Introduced in 2010 (8.0)