From 60728c7efb0eb71e677d3ab45ffcb9474a84e1e3 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 3 Jul 2026 11:24:09 +0300 Subject: [PATCH] refactor(execution): reuse payload helpers in runtime actions --- app/src/trading/execution/runtime_actions.py | 1 - 1 file changed, 1 deletion(-) 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,