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