diff --git a/app/src/trading/execution/runtime_actions.py b/app/src/trading/execution/runtime_actions.py index cf10704..0c999ba 100644 --- a/app/src/trading/execution/runtime_actions.py +++ b/app/src/trading/execution/runtime_actions.py @@ -260,7 +260,6 @@ class ExecutionRuntimeActionsMixin( "leverage": position.leverage, "unrealized_pnl_usd": state.unrealized_pnl_usd, "position_pnl_percent": state.position_pnl_percent, - "position_hold_seconds": state.position_hold_seconds, **build_position_health_payload(state), "position_pressure": state.position_pressure,