AtmStrategyCreate(OrderAction.Buy, OrderType.Limit, LimitPrice, 0, TimeInForce.Day, OrderId, aTMStrategyName, ATMStrategyId);
Then will it trigger execution of the OnOrderUpdate() and OnExecution() in my strategy? It doesn't seem to be doing that. Is there a trick to getting that code to execute when ATM strategies are used to manage a position?
Thanks!
Bryan

Comment