VGridLine Daily – indicator MetaTrader 5
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