Thread: MQL4 Learning
View Single Post
  #20 (permalink)  
Old 09-29-2006, 09:58 PM
Texada Texada is offline
Junior Member
 
Join Date: Sep 2006
Posts: 1
Texada is on a distinguished road
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
Reply With Quote