I am having a real problem with restarting strategies.
The strategy submits orders using Managed order handling with a stop and a target.
If I stop the strategy,
un-triggered orders are canceled, any positions with there stop and target orders are left running. So far I am happy with what happens.
However my problems come in if I restart the strategy.
If restart the same strategy without changing anything it will go and close out my open position and cancel stop and target orders. I most definitely dont want this to happen, how do I stop this, i have been told that this is how things are designed, surly there must be a way to override this.
It has been suggested that what I could do would be to delete the strategy entry from the strategy tab in Control Center and create a new one. This really breaks things, what happens is that the position is closed but the working stop and target orders are left open, so if one of them is now hit you are left with a position you never intended to have and no stop for protection.
Surly this is not intended behavior?
All I want to do is if a position with stop and target exists is to leave it alone.
Thanks
Mike

Comment