feat: add max open positions and position cap controls to trading dashboard
This commit is contained in:
@@ -314,6 +314,8 @@ async def trading_status() -> dict[str, Any]:
|
||||
"reserve_pool": reserve_pool,
|
||||
"portfolio_heat": portfolio_heat,
|
||||
"open_positions": open_positions,
|
||||
"max_open_positions": engine.config.max_open_positions,
|
||||
"absolute_position_cap": engine.config.absolute_position_cap,
|
||||
"last_decision_at": None,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user