Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Corrected generalized double DEMA - indicateur pour MetaTrader 5

Vues:
5899
Note:
(16)
Publié:
2018.11.04 16:35
Mise à jour:
2019.01.29 16:06
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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 DEMA (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 - 1 * (Smoothed EMA)

"Generalized" DEMA was developed further by replacing the 2* and 1* parts with "volume factors" and thus adjusting the "speed" of the result and double DEMA is calculated as GDEMA of GDEMA. It is an intermediate step between "simple GDEMA and T3 and, as such, is smoother than GDEMA, but less smooth than T3.

This version:

Is using the generalized double DEMA and is applying the "correcting" method invented by dr. Alexander Uhl to produce a new "corrected" generalized DEMA. It also has floating levels for easier trend determination. Coloring methods supported are the following:

  • color change on slope change
  • color change on outer (floating) levels cross
  • color change on middle (floating) level cross
  • color change on average (GDEMA) value cross

Usage:

Depending on the choice of color change, you can use the color change as signal.


Corrected generalized DEMA Corrected generalized DEMA

Corrected generalized DEMA

Weis Waves Weis Waves

Volume Wave indicator originally idealized by Richard D. Wyckoff.

Volume weighted moving average Volume weighted moving average

Volume weighted moving average

Corrected volume weighted moving average Corrected volume weighted moving average

Corrected volume weighted moving average