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

Daily Channel – indicator MetaTrader 4

Daily Channel - indicator for MetaTrader 4
Simple display any time zone daily channel. Input parameters: LocalTimeZone — Local TimeZone DailyTimeZone — Daily TimeZone Default UTC-5 East USA DailyPeriodColor — Daily Period Color DailyPeriodStyle — Daily Period Style Color Setting: High Price Style Low Price Style Middle Price Style Instructions: Best use the indicator on max 1 Hour Enable Show period separators … Read more