MRPNL

Price Oscillator

PPOPercentage Price OscillatorAPO

Percent difference between two moving averages of price; equivalent to MACD scaled by the longer MA so it is comparable across different-priced assets.

Card view

Formula

PPO = ((EMA(12) − EMA(26)) / EMA(26)) × 100;
Signal = EMA(9) of PPO

The Percentage Price Oscillator (PPO) computes the percentage difference between a short EMA and a long EMA, making MACD-style readings comparable across stocks with very different price levels. The Absolute Price Oscillator (APO) is the non-normalised version.

Like MACD, it generates signals via zero-line crossovers, signal-line crossovers, and divergence. Because PPO is percentage-based, it is preferred when comparing oscillator readings or creating scans across a broad universe of stocks. Standard settings mirror MACD: 12, 26, 9.

#momentum#oscillator#trend

Related Terms