Concept

PPO

PPO, also known as percentage price oscillator, 3-10 oscillator, is a Momentum & Oscillators concept. The Library holds 4 implementations, each one a working definition you can pull into Quant.

Top PPO indicators

4 total

What is the PPO?

The PPO (percentage price oscillator) is a momentum oscillator built exactly like MACD but expressed in percentage terms. It subtracts a slow EMA of price from a fast one (12 and 26 periods are the usual defaults), then divides the difference by the slow EMA and multiplies by 100. A reading of +2 therefore means the fast average sits 2% above the slow one, whether the instrument trades at $5 or $50,000. A signal line, normally a 9-period EMA of the PPO, and a histogram of the gap between the two complete the standard display.

The normalization is the entire point. Raw MACD values are in price units, so they grow as price grows and cannot be compared across symbols or across years of history. PPO readings can: the same percentage means the same relative stretch everywhere, which suits scanning a watchlist, ranking momentum across markets, or reading the long history of an asset that has re-priced by multiples. In every other respect it behaves like its parent, from Gerald Appel's original crossover logic to the way traders read the histogram.

How to calculate the PPO

The PPO is computed from closing prices in a few steps, the same recipe as MACD with one extra division.

  1. 1Compute a fast and a slow EMA of the close. The defaults inherited from MACD are 12 and 26 periods.
  2. 2Subtract the slow EMA from the fast EMA, divide the result by the slow EMA, and multiply by 100. This percentage is the PPO line.
  3. 3Smooth the PPO line with a 9-period EMA to form the signal line.
  4. 4Plot PPO minus signal as a histogram: growing bars mean the spread between the averages is widening; shrinking bars mean it is narrowing.

How traders use it

  • As a trend-bias filter: PPO above zero means the fast EMA is above the slow one. Many traders only take longs while the oscillator holds above zero and shorts below it, a standard centerline regime read.
  • For crossover timing: PPO crossing its signal line is the early, noisier trigger, while a zero-line cross is the slower confirmation that the underlying averages themselves have crossed. Zero-line crosses land on the same bars as MACD's on identical settings.
  • For divergence: price printing a new extreme while the PPO prints a weaker one flags fading momentum (regular divergence). The percentage scale keeps long-horizon comparisons honest on assets whose price has multiplied, where raw-unit oscillators overweight the recent past.
  • For cross-market screening: because values are percentages, PPO readings can be ranked across a whole universe of symbols, a common way to build momentum screens that raw MACD values cannot support.

PPO vs neighboring oscillators

MACD: Identical construction, different units. MACD leaves the two-EMA spread in price terms, so its values scale with the instrument's price; PPO divides by the slow EMA to state the spread as a percentage. On a single chart they look nearly the same and cross zero on the same bars; PPO earns its keep across symbols and long histories.

APO: The absolute price oscillator is the two-EMA spread left in raw price units, essentially the MACD line under another name. PPO is its normalized twin. APO suits single-instrument work where point values matter; PPO suits anything comparative.

ROC: ROC compares price with its own value N bars ago and states the change as a percentage, so it is also unit-free, but it rests on a single raw comparison and is correspondingly jumpy. PPO compares two smoothed averages, trading some responsiveness for a steadier line.

More PPO implementations

Related concepts · MACD lineage

Concept family

Momentum & Oscillators

91 concepts mapped · 72 in the Library

PPO FAQ

What is the difference between PPO and MACD?

Only the units differ. MACD plots the spread between the fast and slow EMA in price terms; PPO divides that spread by the slow EMA and multiplies by 100, turning it into a percentage of price. Zero-line crossings occur on the same bars. The percentage form matters when comparing different symbols, or one instrument across a history in which its price has changed dramatically.

What are the standard PPO settings?

The common defaults are inherited from MACD: a 12-period fast EMA, a 26-period slow EMA, and a 9-period EMA of the oscillator as the signal line. Shorter inputs respond faster at the cost of noise. Fast-settings relatives of the same family exist as well, such as a 3-10 pairing traditionally computed with simple rather than exponential averages.

Does the PPO have overbought and oversold levels?

No fixed levels exist because the PPO is unbounded, unlike RSI with its 70/30 bands. Some traders derive instrument-specific extremes from the oscillator's own history and treat those as stretched, overbought or oversold conditions. Even then, an extreme reading shows unusually stretched momentum, not a guaranteed turn: strong trends can hold extreme values for long stretches.

Build PPO your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.