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:
- 2596
- Note:
- Publié:
- 2018.07.09 14:00
- Mise à jour:
- 2023.03.29 13:48
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Indicator XPeriodCandle_main with the timeframe selection option available in its input parameters.
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, indicator XPeriodCandle_main.ex5 must be in the <terminal_data_directory>\MQL5\Indicators folder.
Fig 1. Indicator XPeriodCandle_main_HTF
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21145

Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators: XPeriodCandle and XPeriodCandle_HTF.

Indicator XPeriodCandle in the main chart.

Indicator AbsolutelyNoLagLwma_Digit_Cloud with the timeframe selection option available in its input parameters.

A trend-following indicator of the main and signal lines, drawn as a color cloud.