Forum

two operators should be executed simultaniously

I have two operators. One includes a buy order , the other one includes a sell order. If now order is open it should open both operators. But it does not work. The code looks like this: if (OrdersTotal() == 0) { { operator one } { operator two }} Thanks for your help cp

Programing topic (set fix time stamp)

Hallo, is it possible to set a time stamp. The ea should use this time stamp (price level) to send an order after it went up 50 points. Thank you for your support Com