"TripleExponentialMovingAverage" (Financial Indicator)

Sometimes abbreviated as TEMA.

Is a statistical indicator.

Returns one time series, which is the triple exponential moving average of the previous 21 periods.

Is computed using the closing price.

FinancialIndicator["TripleExponentialMovingAverage",n] uses the preceding n periods. The initial values in the time series are computed using partial periods.

Examples