Unfortunately, when it reaches this set, it seems to cancel both the newly inputted stopmarket order for the breakeven offset, and the original stopmarket order from when the strategy entered the position.
I have prints, trace orders, nothing seems to be telling me what the story here is. There are no errors or issues regarding the price (i.e. wrong side of market price), and the strategy is running on an update for each tick, so my assumption is that it should continue to check whether the condition is true, and keep these orders live, at least, this is how it works in other strategies I have built. I've not seen this behavior before. What can I provide that would help solve the issue?
Thanks
Comment