Harman Patil (Editor)

Triple exponential moving average

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Triple Exponential Moving Average (TEMA) indicator was introduced in January 1994 by Patrick G. Mulloy, in an article in the Technical Analysis of Stocks & Commodities magazine: "Smoothing Data with Faster Moving Averages"

It attempts to remove the inherent lag associated to Moving Averages by placing more weight on recent values. The name suggests this is achieved by applying a triple exponential smoothing which is not the case. The name triple comes from the fact that the value of an EMA (Exponential Moving Average) is triple. To keep it in line with the actual data and to remove the lag the value "EMA of EMA" is subtracted 3 times from the previously tripled ema. Finally "EMA of EMA of EMA" is added.

The formula is:

TEMA = 3 E M A 3 E M A ( E M A ) + E M A ( E M A ( E M A ) )

Because EMA(EMA(EMA)) is used in the calculation, DEMA needs 3 * period - 2 samples to start producing values in contrast to the period samples needed by a regular EMA.

The same article also introduced another EMA related indicator: Double exponential moving average (DEMA)

References

Triple exponential moving average Wikipedia