Help: how can I change the size of a symbol (arrow) in the Chart Window ?

 

Help: how can I change the size of a symbol (arrow) in the Chart Window ?

 
BB2013:

Help: how can I change the size of a symbol (arrow) in the Chart Window ?

By code or via the terminal ? Is it your arrow or not ?
 

Thanks by your (starting) help.

Is my code. I created it by:

   SetIndexStyle(1,DRAW_ARROW);
   SetIndexArrow(1,233);
   SetIndexBuffer(1,ExtMapBuffer2);
   SetIndexEmptyValue(1,0.0);

And I located it by:

 

   ExtMapBuffer2[i]=Low[i]-a*Point; 

 
BB2013:

Thanks by your (starting) help.

Is my code. I created it by:

   SetIndexStyle(1,DRAW_ARROW);
   SetIndexArrow(1,233);
   SetIndexBuffer(1,ExtMapBuffer2);
   SetIndexEmptyValue(1,0.0);

And I located it by:

 

   ExtMapBuffer2[i]=Low[i]-a*Point; 

This is mql4 code. This forum is about MT5/mql5, if you need help about mql4 it's better to use mql4.com forum.
MQL4: automated trading forum
  • www.mql5.com
MQL4: automated trading forum