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:
- 3404
- Note:
- Publié:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
CandleStop_System indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, the CandleStop_System.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig. 1. CandleStop_System_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21489
CandleStop_System
The indicator paints candles going beyond the CandleStop channel.
AMA three timeframes
The indicator is displayed using three horizontal lines of iAMA (Adaptive Moving Average, AMA) indicator from three different timeframes.
CenterOfGravityCandle_HTF
The CenterOfGravityCandle indicator with the timeframe selection option available in the input parameters.
3sma
The EA based on three iMA (Moving Average, MA) indicators.