It's pretty simple but I couldn't find anywhere.
I am sending an order through this command:
AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.StopLimit , High[0] - TickSize, High[0] - TickSize, TimeInForce.Day, orderId, "AtmStrategyTemplate", atmStrategyId);
NT place the order with the previously configurated ATMStrategyTemplate (profit and stop) but it didnt call my STOP STRATEGY.
Is that possible? I set everything right in DOM. Manual mode works beatiful, but via script only loads the AT.
Thanks.

Comment