Abbreviation: ExpAvg1/Lag(ExpAvg2) Ratio
Category: Advanced Exponential Moving Average
Input Parameters:
Name | Range | Default |
Time Series | Close | |
ExpAvg1 Periods | Int >= 1 | 5 |
Lag Amount | Int >= 1 | 5 |
ExpAvg2 Periods | Int >= 1 | 10 |
Calculation:
ExpAvg(X, n1) / Lag(ExpAvg(X, n2), L)
where
X = Time Series
n1 = ExpAvg1 Periods
L = Lag Amount
n2 = ExpAvg2 Periods
ExpAvg represents Exponential Moving Average
Lag represents Lag
Discussion:
This indicator attempts to quantify movements in a time series by calculating the ratio of a moving average to a different sized lagged moving average.