I am adopting the below to create an ATMstrategy:
AtmStrategyCreate(Cbi.OrderAction.Sell, OrderType.Market, 0, 0, TimeInForce.Day, orderId, "CLTemplate", atmStrategyId);
Now my order should be at market (current price). Since I am using 0, would my stop be placed at the current price or per the CLTemplate settings?
Regards,
Kiriru

Comment