My strategy works fine. Once my Limit order fills, I submit an ExitLongStopMarket and ExitLongLimit. However, there are instances where the market moves super fast and the Exit Orders pull up an error. "Cannot Submit Stop Order below current price " etc.....
And this leaves my position open without an exits. What's the best way to deal with this? to close the position if no exit orders are present?
I could have a loop that checks if price has strayed outside my Profit and Stop levels and submit another ExitLong with the same signal name? or is there a better way?

Comment