Variopinto:
Help: In a code for chart window indicator, is possible to change the size of an arrow ?
Yes, use ObjectSet and OBJPROP_WIDTH
Variopinto:
Help: In a code for chart window indicator, is possible to change the size of an arrow ?
Use SetIndexStyle(), the fourth parameter is for the size of the arrow :
SetIndexStyle(x,DRAW_ARROW,EMPTY,5);
Of course, I forgot about that. My reply was thinking about the indi using objects, not buffers.
GumRai:
Of course, I forgot about that. My reply was thinking about the indi using objects, not buffers.
I was favored because he had first asked the question on mql5.com forum
Of course, I forgot about that. My reply was thinking about the indi using objects, not buffers.
Thanks
Thanks a lot!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Help: In a code for chart window indicator, is possible to change the size of an arrow ?