Percentage Price Oscillator (PPO)
Description
The Percentage Price Oscillator displays the percentage difference between two moving averages. It is classed as a momentum indicator and is similar to the MACD in its construction.
Interpretation
The PPO can be used for divergence analysis. The divergences have the advantage of having a higher percentual hit rate. On the downside, they often appear too early and thus are hard for newer traders to assess properly.
Usage
Return value
double
When using this method with an index (e.g. PPO(12,26,9)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Parameters
inSeries Input data series for the indicator
fast Number of bars for the calculation of the fast EMA
slow Number of bars for the calculation of the slow EMA
smooth Number of bars for the calculation of the EMA signal line
Visualization
Example
Last updated