Has anyone observed strategy duplication after disconnect/reconnect cycles rather than a clean resume? In my case, repeated disconnect/reconnects on Jan 9th resulted in duplicated strategy instances and unexpected quantities.
Reproduction Steps (as observed):
- Enable a strategy on MNQ with Quantity = 20.
- Experience one or more disconnect/reconnect cycles.
- After reconnects, observe two active strategy instances, both trading NQ.
- One instance trades NQ at Quantity = 2.
- The second instance trades NQ at Quantity = 20 (originating from the MNQ configuration).
Is this expected behavior related to strategy rehydration or account synchronization, and are there recommended settings or safeguards to prevent strategy duplication and quantity persistence during reconnect events?
Thank you !