VGridLine Weekly – indicator MetaTrader 5

VGridLine Weekly
The indicator creates the vertical time grid with one week step on a chart. Indicator input parameters: //+———————————————-+ //| Indicator input parameters                 | //+———————————————-+ input string LinesSirname=”VLine_Grid_Weekly_”; // Line name input color Line_Color=Aqua;                // Line color input STYLE Line_Style=SOLID_;              // Line display style input ENUM_WIDTH Line_Width=w_1;            // … Read more

VGridLine Daily – indicator MetaTrader 5

VGridLine Daily
The indicator displays the vertical time grid with one day step on a chart. Indicator input parameters: //+———————————————-+ //| Indicator input parameters                 | //+———————————————-+ input string LinesSirname=”VLine_Grid_Daily_”; // Line name input color Line_Color=Magenta;             // Line color input STYLE Line_Style=SOLID_;             // Line display style input ENUM_WIDTH Line_Width=w_1;           // … Read more

VGridLine Intraday X6 – indicator MetaTrader 5

VGridLine Intraday X6
The indicator displays the vertical time grid with six hours step on a chart with intraday timeframe not exceeding H6. The indicator is not displayed on H2 and H4. Indicator input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ //—- general settings input string LinesSirname=”VGridLine_Intraday_X6″; // Line name input uint WeeklyTotal=4;                       // Number of … Read more

VGridLine Monthly – indicator MetaTrader 5

VGridLine Monthly
The indicator builds a vertical time grid with one month step on a chart. Indicator input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ input string LinesSirname=”VLine_Grid_Monthly_”; // Line name input color Line_Color=Red;                   // Line color input STYLE Line_Style=SOLID_;              // Line display style input ENUM_WIDTH Line_Width=w_1;             // Line width input bool SetBackground=true;                // Lines … Read more