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
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
The script displays the monthly and weekly levels on the chart. Number of days — the number of days for calculation; W1 Color of lines — the color of the weekly lines; W1 Line Width — the width of the weekly lines; W1 Style of lines — the style of the weekly lines; MN1 Color … Read more
Calculation is based on current week open and previous week range. Due to its nature it probably best fits for a long term traders. Weekly Fibo Levels – indicator MetaTrader 5
🍪 By using RobotFX website, you agree with the use of cookies and following our terms of service.