feat: add max open positions and position cap controls to trading dashboard

This commit is contained in:
Celes Renata
2026-04-28 19:16:50 +00:00
parent 23f2134754
commit 7e8d518946
3 changed files with 68 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ export interface TradingEngineStatus {
portfolio_heat: number;
portfolio_value: number;
open_position_count: number;
max_open_positions: number;
absolute_position_cap: number;
last_decision_at: string | null;
micro_trading_enabled: boolean;
uptime_seconds: number | null;