Arrow wingdings cover the candle not in above/below postion

 

why my arrow wingdings cover my candle stick even I put it in High[] and Low[] predefined varialbles.


this is my code


ObjectCreate(Symbol(), StringConcatenate("BuyEntry-", "sd"), OBJ_ARROW, 0, Time[1], High[1]);

ObjectSet(StringConcatenate("BuyEntry-", "sd"), OBJPROP_STYLE, STYLE_SOLID);

ObjectSet(StringConcatenate("BuyEntry-", "sd"), OBJPROP_ARROWCODE, 159);

ObjectSet(StringConcatenate("BuyEntry-", "sd"), OBJPROP_COLOR, clrDodgerBlue);

 

It is because the anchor point is in the centre.

Set OBJPROP_ANCHOR.


Topics concerning MT4 and MQL4 have their own section.

In future please post in the correct section.

I have moved your topic to the MQL4 and Metatrader 4 section.