Why strategy order with breakevent and plus not work

I send a strategy order with this param:

{
"timestamp": "2022-09-18T23:59:59.033Z",
        "contractId": 2833423,
        "orderStrategyTypeId": 2,
        "action": "Buy",
        "params": "{\"entryVersion\":{\"orderQty\":2,\"orderType\":\"Stop\",\"stopPrice\":85.38,\"timeInForce\":\"Day\",\"orderId\":0},\"brackets\":[{\"qty\":1,\"profitTarget\":0.05,\"stopLoss\":-0.1,\"trailingStop\":false},{\"qty\":1,\"profitTarget\":0.2,\"stopLoss\":-0.1,\"trailingStop\":false,\"breakeven\":0.05,\"breakevenPlus\":0.01}]}",
        "status": "ExecutionInterrupted",
        "archived": false,
}

and it filled,and get profit one ,but the runner one has no change stop price with plus after breakEvent > 0.05



last week the strategy order is work good.