Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5649
- Rating:
- Published:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator draws a channel using the High and Low values of a candlestick of a higher timeframe specified in the indicator input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H12; // Chart period

Fig. 1. The ColorBarRange_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18620
ColorBarOpen_HTF
The indicator draws the open level of a candlestick of a higher timeframe specified in the indicator input parameters.
Color_PEMA_Envelopes_Digit
Envelopes using the Color_PEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
DoubleZigZag
Two ZigZag indicators are used for analysis.
AutoTradeLevels
The indicator marks all performed trades with short horizontal lines.