Processing math: 100%
Login Page - Create Account

Technical Studies Reference


Percentage Price Oscillator


Description

This study calculates and displays a Percentage Price Oscillator of the data specified by the Input Data Input.

Let X be a random variable denoting the Input Data, and let the Inputs Long Mov Avg Length and Short Mov Avg Length be denoted as nL and nS, respectively. Then we denote the Percentage Price Oscillator at Index t for the given Inputs as PPOt(X,nL,nS), and we compute it for tmin{nL,nS} in terms of Exponential Moving Averages as follows.

PPOt(X,nL,nS)=100{EMAt(X,nS)EMAt(X,nL)EMAt(X,nL)EMAt(X,nL)0PPOt1(X,nL,nS)EMAt(X,nL)=0

Note: Depending on the setting of the Input Moving Average Type, the Exponential Moving Averages in the above formula could be replaced with Linear Regression Moving Averages, Simple Moving Averages, Weighted Moving Averages, Wilders Moving Averages, Simple Moving Averages - Skip Zeros, or Smoothed Moving Averages.

Inputs

Spreadsheet

The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder.

Open it through File >> Open Spreadsheet.

Percentage_Price_Oscillator.174.scss


*Last modified Friday, 24th January, 2025.