i-Sessions – indicator MetaTrader 5

Fig.1 The i-Sessions indicator
The trade sessions indicator. The indicator colors eight trade sessions by rectangles. The periods of sessions defined by indicator input parameters: //+———————————–+ //|  INDICATOR INPUT PARAMETERS     | //+———————————–+ input int    NumberOfDays=50; input string S1Begin   =”00:55″; input string S1End     =”03:55″; input color  S1Color   =clrDarkSlateGray; input string S2Begin   =”03:55″; input string S2End     =”06:55″; input color  S2Color   =clrDarkSlateGray; input string S3Begin   =”06:55″; input … Read more