Triple Exponential Moving Average (TEMA) – indicator MetaTrader 5

Triple Exponential Moving Average Indicator
Triple Exponential Moving Average (TEMA) technical indicator was developed by Patrick Mulloy and published in the “Technical Analysis of Stocks & Commodities” magazine. The principle of its calculation is similar to Double Exponential Moving Average (DEMA). The name “Triple Exponential Moving Average” does not very correctly reflect its algorithm. This is a unique blend of … Read more

The IndMATEMA indicator based on crossing of two MA and two TEMA – indicator MetaTrader 5

The example of the indicator work at EURUSD H1
In equal period and grow of prices the average curve (MA and TEMA), drawn on close prices will be the same as the curve drawn on the open prices. When prices fall there is the opposite situation. The combination of two TEMA which are too detailed displaying the movement of prices and two МА not … Read more

The class for drawing the TEMA using the ring buffer – indicator MetaTrader 5

The class for drawing the TEMA using the ring buffer - indicator for MetaTrader 5
Description The CTEMAOnRingBuffer class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.   Declaration class CTEMAOnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\CTEMAnRingBuffer.mqh> File of the CTEMAOnRingBuffer.mqh class must be placed in the IncOnRingBuffer folder that need to be established … Read more

MACD TEMA – indicator MetaTrader 5

MACD TEMA - indicator for MetaTrader 5
In an article “Smoothing Data With Less Lag” that was a continuation of his research for less lag signaling MACD, Patrick Mulloy decided to use TEMA (Triple Exponential Moving Average) instead of using EMA. Patrick Mulloy: Two opposing properties are always at work in the standard Moving Average smoothing used in technical analysis, increasing the … Read more

DSL – TEMA MACD – indicator MetaTrader 5

DSL - TEMA MACD - indicator for MetaTrader 5
Variation of a long known and useful MACD indicator. This version is using: TEMA (Triple Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation DSL (Discontinued Signal Lines) and instead of using one signal line uses two. That way it sort of introduces levels as well as signal lines and, judging … Read more

Schaff Trend Cycle – TEMA – indicator MetaTrader 5

Schaff Trend Cycle - TEMA - indicator for MetaTrader 5
The Schaff Trend Cycle (STC) indicator is the product of combining Slow Stochastics and the Moving Average Convergence/Divergence (MACD). The MACD has a reputation as a trend indicator, but it’s also notorious for lagging due to its slow responsive signal line. The improved signal line gives the STC its relevance as an early warning sign … Read more

TEMA Jurik Volty Adaptive – indicator MetaTrader 5

TEMA Jurik Volty Adaptive - indicator for MetaTrader 5
Some of the average type indicators are, by their nature, suitable for being adaptive. One of them is TEMA (Triple Exponential Moving Average). This version is using Jurik Volty for making the TEMA adaptive. PS: when comparing adaptive indicators with the non-adaptive versions, it always should be compared for long periods. The reason is simple: … Read more