Unseasonalised Average Trading Range and Forecast for monthly charts – EA MetaTrader 4

Unseasonalised Average Trading Range and Forecast for monthly charts - expert for MetaTrader 4
Author: Gary Thompson Best used on monthly candlestick charts with four decimal points to a pip (use the JPY version for other pairs). This EA calculates the likelihood of your desired range of pips being hit based on two years of past trading ranges and a statistical forecast. If used in conjunction with a direction … 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

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