I'm running the same strategy, at the same time, on different instruments with different accounts(Sim), from the "Strategies Tab". The strategies appear to be canceling orders in each other. At least in some instances, I'm not sure about all, the orders are "OCO".
Is this as expected, if so, how can it be prevented ?
I have the following in the strategy "Initialize" :
EntriesPerDirection = 20;
EntryHandling = EntryHandling.UniqueEntries;
CalculateOnBarClose = false; //true
Unmanaged = true;
IgnoreOverFill = true;
RealtimeErrorHandling = RealtimeErrorHandling.TakeNoAction;
ConnectionLossHandling = ConnectionLossHandling.KeepRunning;
Thanks,
Bruce

Comment