Adaptive: AMA1 / Lag(AMA2) Ratio

Abbreviation: AMA1/Lag(AMA2) Ratio
Category: Advanced Kaufman Adaptive Moving Average

Input Parameters:

Name Range Default
Time Series Close
AMA1 Periods Int >= 1 5
Lag Amount Int >= 1 5
AMA2 Periods Int >= 1 10

 
Calculation:

AMA(X, n1) / Lag(AMA(X, n2), L)

where
T = Time Series
n1 = AMA1 Periods
L = Lag Amount
n2 = AMA2 Periods

AMA represents Adaptive Moving Average (AMA)
Lag represents Lag

 
Discussion:

This indicator attempts to quantify movements in a time series by calculating the ratio of an adaptive moving average to a different sized lagged adaptive moving average.
 

Was this article helpful?

Related Articles