This is a very simple indicator. It plots a channel with a constant range of twice the step-size parameter value. The range is broken when the low quote price breaks the upper level, or when the high quote price breaks the lower level of the channel’s range. The code uses conditional compilation and will compile on both MQL4 and MQL5.
125754
Forum on trading, automated trading systems and testing trading strategies
Market condition indicators/tools
Sergey Golubev, 2022.05.11 14:57
Constant Range Channel - indicator for MetaTrader 5
Metatrader 5 -
Metatrader 4 -
This is a very simple indicator. It plots a channel with a constant range of twice the step-size parameter value. The range is broken when the low quote price breaks the upper level, or when the high quote price breaks the lower level of the channel’s range. The code uses conditional compilation and will compile on both MQL4 and MQL5.