Triple Exponential Moving Average (TEMA)
Last updated
Last updated
HTS's Triple Exponential Moving Average (TEMA) indicator smooths price fluctuations and filters out volatility in an attempt to make trend identification easier and with as little lag as possible. TEMA is a useful tool for identifying strong and long-lasting trends.
Supported License | Supported Trade Types |
Beginner license | Spot trading |
Simple license | Margin trading |
Advanced license | Leverage trading |
TEMA is an indicator with the following formula:
TEMA = (3*EMA – 3*EMA(EMA)) + EMA(EMA(EMA))
EMA = EMA(1) + α * (Close – EMA(1))
α = 2 / (N + 1)
N = The smoothing period.
Exchange Website to monitor
Currency Pair to monitor for trade signals
Update Speed
Trade Signals
Tip: The exchange doesn't have to be the same exchange you are currently trading on.
Short Length
Represents the number of candles used for the shorter length calculation.
Long Length
Represents the number of candles used for the longer length calculation.
Swing
Adding a swing will create a minimum distance, between the short and long result, before the indicator will generate a signal.
This Indicator is great in periods of volatility as it does not lag as much as EMA or SMA.