Charts

Charts

Absolute Price Oscillator

The Absolute Price Oscillator is based on the absolute differences between two moving averages of different lengths: a ‘Fast’ and a ‘Slow’ moving average.

Configuration Options

  • Field: Price or combination of prices to use as the base for average calculations. Possible values include:
    • Open
    • High
    • Low
    • Close
    • Adjusted Close
    • HL/2 \( \left ( \frac{High + Low}{2} \right ) \)
    • HLC/3 \( \left ( \frac{High + Low + Close}{3} \right ) \)
    • HLCC/4 \( \left ( \frac{High + Low + Close + Close}{4} \right ) \)
    • OHLC/4 \( \left ( \frac{Open + High + Low + Close}{4} \right ) \)
  • Long Cycle: Number of periods to use for the slow moving average.
  • Short Cycle: Number of periods to use for the fast moving average.
  • Moving Average Type: Type of moving average to use in the calculations:
    • Simple
    • Exponential
    • Time Series
    • Triangular
    • Variable
    • VIDYA
    • Weighted
    • Welles Winder
    • Hull
    • Double Exponential
    • Triple Exponential
  • Points or Percent: Whether to display the curve as a point difference or percent difference.
  • Color Selectors: Colors to use for graph elements.
  • Display Axis Label: Whether to display the most recent value on the Y axis.

Formula

APO = Long Cycle (Slow Moving Avg) - Short Cycle (Fast Moving Average)