1.
In atm strategy, by get unique orderid, use string myId = GetAtmStrategyUniqueId();
can I use this orderid(myId) for OnOrderUpdate() in the same strategy?
2.
I found that in other strategies on the same chart, I can also get whether the order is filled or working by orderId in ATMStrategy,
But can't get ATMStrategyId (always not retrieved),
Am i right?

Comment