Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3854
- Note:
- Publié:
- 2018.09.27 15:59
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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)
Traduit du russe par MetaQuotes Ltd.
Code original : 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