mySellLimitOrder =EnterShortLimit(0, true,1, Strategy().qqSell[1], "SellLimit");
myBuyLimitOrder =EnterLongLimit(0, true,1, Strategy().qqBuy[1], "BuyLimit");
But only the first one will be executed and visible as "working" order. In this case the SellLimit. If I change the order only the EnterLongLimit order will be send out.
In the trace window both orders appear. In the Log file only the first order appears.
No error message.
Thanks Frank

Comment