Simple: Lag(Avg)

Abbreviation: Lag(Avg)
Category: Advanced Simple Moving Average

Input Parameters:

Name Range Default
Time Series Close
Lag Amount Int >= 1 5
Avg Periods Int >= 1 5

 
Calculation:

Lag(Avg(X, n), L)

where
X = Time Series
L = Lag Amount
n = Avg Periods

Avg represents Simple Moving Average
Lag represents Lag

 
Discussion:

This indicator provides a lagged smoothing of a time series by calculating the lag of the moving average of a time series.
 

Was this article helpful?

Related Articles