foreigner said:
Thanks Rod thats pretty damn useful! especially the ability to turn on and off, do you know if this can be done via a button on a toolbar or just through the navigator?
Also, is it possible to make the lines thinner and change the colour/style?
The line thickness, and much more, can be configured at runtime, if you un-comment
#property show_inputs. refer to the code.
Alternatively you can permanently change the following values in the code
extern int InstroFigure_Line_Width = 2 ;
extern int MidFigure_Line_Width = 3 ;
extern int BigFigure_Line_Width = 4 ;
ditto for colours etc. All my stuff is configured for a white screen background, so you may desire to change colours if you use a black background etc.
I wrote the script from scratch a couple of years ago and now use it without much thinking about it. Upon revisiting I realised that it need a few minor tweaks. Attached is the latest version.
Maybe one of these days I will get around to coding a button on the toolbar, this was somewhat difficult to code in MT4 build pre 600.