The Daily Profit Trigger/Daily Loss Limit Bug

I’m building a pairs trading algorithm which involves buying the ES and shorting NQ (or vice versa). To take profit I use a daily profit trigger/daily loss limit to liquidate all positions if the total combined profit/loss is say +$1000/ or -$500. Once hit, I’ll simply raise the limits then continue trading/restart the algo.

This works great in the demo account, but In the live version, the account gets locked in “liquidation only mode” with no way to continue trading.

It’s incredibly frustrating as I’ve thoroughly tested a profitable strategy, only for it to be completely useless because of a bug.

Just wondering, when will this be fixed? It’s driving me bonkers.

Thanks