Assume I have a strategy name 'MyStrategy'.
Is that true that any order-related message in trace files that have "Strategy='MyStrategy'" substring means that the strategy initiated order placement, modification or cancellation?
For example, if I have the following line in traces:
2014-04-14 09:37:27:435 (CQG Live) Cbi.Order.Change: Order='1397233168/79829!AMP!ac79829' Name='Exit Long' State=Working Instrument='ES 06-14' Action=Buy Limit price=1817.75 Stop price=0 Quantity=5 Strategy='MyStrategy'
Is it possible that this order gets modified by any external agent (via Chart Trader or somehow manually) but not by the strategy itself? Or, the indication Strategy='MyStrategy' means that the strategy did it?

Comment