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:
- 2908
- Note:
- Publié:
- 2016.04.14 08:06
- Mise à jour:
- 2023.03.29 13:47
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The d_XMA indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires d_XMA.mq5 indicator file. Add it to <terminal_data_folder>\MQL5\Indicators.
Fig.1. The d_XMA_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/15011

A trading system based on the signals of the CCI_Histogram indicator.

A histogram of difference between ATR and its averaging implemented in color and complemented with the volatility change signals.

The GFilter indicator with the timeframe selection option available in input parameters.

The ColorHMA_StDev indicator with the timeframe selection option available in input parameters.