Triple Exponential Moving Average (TEMA)

Description

TEMA, Triple Exponential Moving Average is used to smooth out price data and reduce the lag that is inherent in other moving averages. It's similar to DEMA but uses a more complex formula to achieve a further smoothed average.

Calculate TEMA, first calculate the EMA of the price data over three different time periods. The TEMA is then calculated by taking the three EMAs and applying the formula for the DEMA to each of them then summing the results.

The formula:

TEMA = 3EMA - 3EMA(EMA) + EMA(EMA(EMA))

TEMA is used to identify trends, if the price is above the TEMA, it may indicate an uptrend, while if the price is below the TEMA, it may indicate a downtrend. It's important to use the TEMA in combination with our other tools to make informed decisions.

End Point

Example

Use Cases:

Last updated