Draw arrow problem
-
Hi
I´m working on an EA that draws arrows when there is a signal. Arrow up below de low of the candle for buy and arrow down above the high of the candle for sell. The arrow up is showing bellow the candles as expected but the arrow down shows on top of the candles even when I select candle high.
Here is an example of what I did.
https://fxdreema.com/shared/wkNo5utcc
Please help.
-
Well done, that was really a bug. The code to set Anchor was missing
Fixed! -
Cool thanks. I´ll try it now.