Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2595
- Rating:
- Published:
- 2018.07.09 14:00
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: 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.