update_risk_limits
Update trading risk parameters in real time: set max position size, daily loss limit, total exposure, and minimum probability edge, with no server restart required.
Instructions
Update runtime risk limits without restarting the server.
Args: max_position_usdc: Max size per individual position in USDC daily_loss_limit_usdc: Halt trading if daily losses exceed this amount max_exposure_usdc: Max total open exposure across all positions min_edge: Minimum probability edge (e.g. 0.03 = 3%) required to trade
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_edge | No | ||
| max_exposure_usdc | No | ||
| max_position_usdc | No | ||
| daily_loss_limit_usdc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |