Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 3018
- Valutazioni:
- Pubblicato:
- 2018.08.23 13:13
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21489

The indicator paints candles going beyond the CandleStop channel.

The indicator is displayed using three horizontal lines of iAMA (Adaptive Moving Average, AMA) indicator from three different timeframes.

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

The EA based on three iMA (Moving Average, MA) indicators.