fix: improve trader error feedback, stale balance cleanup, and claw402 warnings (#1452)

* fix: improve trader error handling and balance validation

* fix: localize structured trader failure reasons

---------

Co-authored-by: apple <apple@MacbookPro-zbh.local>
This commit is contained in:
Zavier
2026-04-01 22:10:29 +08:00
committed by GitHub
parent 9a80f1d88d
commit 0c1f438cc3
7 changed files with 807 additions and 77 deletions

View File

@@ -97,6 +97,7 @@ export interface TraderInfo {
ai_model: string
exchange_id?: string
is_running?: boolean
startup_warning?: string
show_in_competition?: boolean
strategy_id?: string
strategy_name?: string