string[,] orders = GetAtmStrategyStopTargetOrderStatus("TARGET1", "idValue");
And there is an error:
ERROR: GetAtmStrategyStopTargetStatus() method error: AtmStrategyId '28ef269eebce45d78b6bbbabcf250d89' does not exist or is already in terminated state
Is there a way to know that this strategy ID is no longer valid? Is it just that orders.Length() == 0, or is there another return status or something else I could check? In other words, could orders.Length() ever be 0 but the strategy ID is still valid?
Thanks!
Bryan

Comment