I did search the forum but no luck.
I have strategies running and at some point I will either exit manually which disables the strategy, or I will actually disable the strategy. In either case i will have open orders that I want to keep.
However when I re-enable the strategy, it cancels those pre-existing orders that I do want to keep.
I tried StartBehavior = StartBehavior.AdoptAccountPosition; but that did not work. I am unsure what else I can do to keep my existing orders on when I re-enable.
thank you for your help

Comment