Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
The Generalized DEMA moving average. Double exponential smoothing is applied to a price, taking into account the effect of the secondary smoothing.
The indicator has three input parameters:
- Volume factor (in percent) - secondary smoothing effect factor, in percent
- Period - calculation period
- Applied price
Calculation:
GD = (1.0+Volume factor) * EMA1 - Volume factor * EMA2
where:
EMA2 - EMA(EMA1, Period) EMA1 - EMA(Applied price, Period)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21832

The Relative Strength Index oscillator displayed as a color histogram, using volumes.

A trading system based on the Trading_Channel_Index oscillator signals.

The Commodity Channel Index oscillator displayed as a color histogram, using volumes.

The Investor Preference Index indicator