Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 5129
- Note:
- Publié:
- 2018.03.01 11:52
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Unlike the standard MACD, the indicator has a smaller lag and three lines:
- The MACD line;
- A signal line;
- Histogram.
The histogram can serve as a leading signal - the histogram color changes before the intersection of the MACD and signal lines.
The indicator has four input parameters:
- Period of the Fast EMA - fast EMA period;
- Period of the Slow EMA - slow EMA period;
- Period of the signal line - the signal line period;
- Applied price - indicator calculation price.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19897

An Expert Advisor based on the Diff_TF_MA indicator.

An Expert Advisor, which trades in a channel based on the Percentage_Crossover_Channel indicator.