Help: Change the size of an arrow ?

 

Help: In a code for chart window indicator, is possible to change the size of an arrow ?

 
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);
 
angevoyageur:

Use SetIndexStyle(), the fourth parameter is for the size of the arrow :



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
 

Thanks

 
Thanks a lot!
Reason: