Percentage Price Oscillator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
technical_indicators:price_oscillators_ppo [2019/06/24 19:39]
127.0.0.1 external edit
technical_indicators:price_oscillators_ppo [2023/07/26 14:48]
jayanthi [Calculation]
Line 1: Line 1:
 ====== Percentage Price Oscillator ====== ====== Percentage Price Oscillator ======
  
-===== Introduction ​=====+===== What Is the Percentage Price Oscillator? ​=====
  
-The Percentage Price Oscillator (PPO) is a momentum oscillator that measures the difference between two moving averages as a percentage of the larger moving average. ​As with its cousinMACDthe Percentage Price Oscillator is shown with a signal line, a histogram ​and a centerline. Signals are generated with signal line crossovers, centerline crossovers, ​and divergences. Because these signals ​are no different than those associated with MACD, this article will focus on a few differences between the two. First, PPO readings are not subject to the price level of the security. Second, PPO readings for different securities can be compared, even when there are large differences in the price. See the [[:​technical_indicators:​moving_average_convergence_divergence_macd|ChartSchool article on MACD]] for information on signals common to both MACD and PPO+The Percentage Price Oscillator (PPO) is a momentum oscillator that measures the difference between two moving averages as a percentage of the larger moving average. ​It's used to identify price trend directionmomentum, and potential buy and sell signals.
  
-===== Calculation ​=====+As with its cousin, MACD, the PPO is shown with a signal line, a histogram, and a centerline. Trading signals are generated with signal line crossovers, centerline crossovers, and divergences. These signals are similar to those associated with MACD so we will focus on a few differences between the two.  
 + 
 +First, PPO readings are not subject to the price level of the security. Second, PPO readings for different securities can be compared, even when there are large differences in the price. See the [[:​technical_indicators:​moving_average_convergence_divergence_macd|ChartSchool article on MACD]] for information on signals common to MACD and PPO.  
 + 
 +===== How Do You Calculate the Percentage Price Oscillator? ​=====
  
 <​code>​ <​code>​
Line 17: Line 21:
 </​code>​ </​code>​
  
-While MACD measures the absolute difference between two [[:​technical_indicators:​moving_averages|moving averages]], PPO makes this a relative value by dividing the difference by the slower moving average (26-day EMA). PPO is simply ​the MACD value divided by the longer moving average. The result is multiplied by 100 to move the decimal place two spots. The table below shows Intel (INTC) with values for the 12-day EMA, 26-day EMA, MACD and PPO. Intel is priced in the low 20s and MACD values range from -44 cents to +64 cents. PPO puts this in percentage terms with values ranging from -2.01 to +2.85. It is easier to compare levels over time with percentages. -2.01 is equivalent to -2.01%, while +2.85 is equivalent to +2.85%. ​+While MACD measures the absolute difference between two [[:​technical_indicators:​moving_averages|moving averages]], PPO makes this a relative value by dividing the difference by the slower moving average (26-day EMA). PPO is the MACD value divided by the longer moving average. The result is multiplied by 100 to move the decimal place two spots. The table below shows Intel (INTC) with values for the 12-day EMA, 26-day EMA, MACD and PPO. Intel is priced in the low 20s and MACD values range from -44 cents to +64 cents. PPO puts this in percentage terms with values ranging from -2.01 to +2.85. It is easier to compare levels over time with percentages. -2.01 is equivalent to -2.01%, while +2.85 is equivalent to +2.85%. ​
  
 {{:​technical_indicators:​price_oscillators_ppo:​ppo-1-spreadsheet.png|PPO - Spreadsheet 1}}  ​ {{:​technical_indicators:​price_oscillators_ppo:​ppo-1-spreadsheet.png|PPO - Spreadsheet 1}}  ​
Line 93: Line 97:
 </​code>​ </​code>​
  
-For more details on the syntax to use for PPO scans, please see our [[docs>scans:​indicators#​percentage_price_oscillator_ppo|Scan Syntax Reference]] in the Support Center.+For more details on the syntax to use for PPO scans, please see our [[https://​support.stockcharts.com/​doku.php?​id=scans:​indicators#​percentage_price_oscillator_ppo|Scan Syntax Reference]] in the Support Center.