Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | TimeZonePivots

Real author: unknown

The channel formed on an open price of an hour set in the settings.

//+----------------------------------------------+  //| Indicator input parameters                   |  //+----------------------------------------------+  input HOURS  StartH=ENUM_HOUR_0;                    // Channel calculation start hour  input ENUM_MIDDLE_TYPE MiddleLine=MODE_PRICE_OPEN;  // channel line   input uint Offset=100;                              // channel width in points  input int    Shift=0;                               // horizontal indicator shift in bars  

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. TimeZonePivots

22026