|
Display arrows in ordersend()
Hi,
I'm using the ordersend() function in MT4 but am unable to get the arrows displayed. Is there something else I have to do other than this:
ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Ask-StopLoss*Point,0,"MyEA",12345,0,DodgerBlue);
My code works and the orders are placed, but the arrows don't show in the chart window.
Thanks,
Bryon
|