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