Abbreviation: ExpAvg Ratio
Category: Advanced Exponential Moving Average
Input Parameters:
| Name | Range | Default |
| Time Series | Close | |
| ExpAvg Periods | Int >= 1 | 5 |
Calculation:
X / ExpAvg(X, n)
where
X = Time Series
n = ExpAvg Periods
ExpAvg represents Exponential Moving Average
Discussion:
This indicator attempts to quantify movements in a time series by dividing the current time series value by the exponentrial moving average of the time series.