Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Generalized double DEMA - indicator for MetaTrader 5

Views:
4707
Rating:
(9)
Published:
2018.10.25 17:56
Updated:
2019.01.29 15:41
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Theory:

The double exponential moving average (DEMA), was developed by Patrick Mulloy in an attempt to reduce the amount of lag time found in traditional moving averages. It was first introduced in the February 1994 issue of the magazine Technical Analysis of Stocks & Commodities in Mulloy's article "Smoothing Data with Faster Moving Averages". The way to calculate is the following :

The Double Exponential Moving Average calculations are based combinations of a single EMA and double EMA into a new EMA:

1. Calculate EMA

2. Calculate Smoothed EMA by applying EMA with the same period to the EMA calculated in the first step

3. Calculate DEMA

DEMA = (2 * EMA) - (Smoothed EMA)

This version:

It is an extension of the Generalized DEMA (originally published here: Generalized DEMA )

It is using Tim Tillsons (the inventor of T3) idea, and is using GDEMA of GDEMA for calculation (which is the "middle step" of T3 calculation). Since there are not versions showing that "middle step, this version covers that too. The result is smoother than Generalized DEMA, but is less smooth than T3 - one has to do some experimenting in order to  find the optimal way to use it, but in any case, since it is "faster" than the T3 (Tim Tillson T3) and still smooth, it looks like a good compromise between speed and smoothness.

Usage:

You can use it as any regular average or you can use the color change of the indicator as a signal.


Avg_MA Avg_MA

Average from MA indicator

Generalized DEMA Generalized DEMA

Generalized DEMA

MA_Trend MA_Trend

MA Trend indicator

xMASumAvg xMASumAvg

X MA Sum Average indicator