Watch how to download trading robots for free
Find us on Facebook!
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

Corrected generalized DEMA - indicator for MetaTrader 5

Views:
7087
Rating:
(15)
Published:
2018.11.04 16:30
Updated:
2019.01.30 08:15
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 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.

This version:

Is using the generalized 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.


Weis Waves Weis Waves

Volume Wave indicator originally idealized by Richard D. Wyckoff.

Liner regression Liner regression

Linear regression

Corrected generalized double DEMA Corrected generalized double DEMA

Short description.

Volume weighted moving average Volume weighted moving average

Volume weighted moving average