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

Weekly Open Horizontal Line + Horizontal Target Lines – indicator MetaTrader 4

Weekly Open Horizontal Line + Horizontal Target Lines - indicator for MetaTrader 4
Indicators: Weekly Open + Targets Weekly Open (no Targets) These two indicators are modifications of the HI_Low Indicator. //+——————————————————————+ //| MTF_HI_LOW_v1.mq4 | //| Copyright © 2006, MetaQuotes Software Corp. | //| | //+——————————————————————+ // Weekly Open + Targets: Modifications by File45 – Weekly Open + Targets: A Weekly Open Horizontal Line A Target Line above … Read more

Weekly and Monthly Pivot – script MetaTrader 4

Pivots
Simple scripts that help trader draw a weekly and monthly pivot with support and resistance lines of current week or month. Recommendations: Accompany the submitted code with a meaning-bearing name and a brief description. Attach a brief explanation to the code for users to make head or tail of it. Insert illustrating images where applicable. … Read more