execute_hedged_trade
Route a trade through automated safety checks before execution, using a risk score to block high-risk orders and prevent liquidation cascades.
Instructions
Routes a trade with pre-trade risk sentinel gating to prevent liquidation cascades and preserve capital.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side | |
| symbol | Yes | Trading pair (e.g., BTCUSDT) | |
| amountUsd | Yes | Notional trade size in USD | |
| riskScore | Yes | Risk score from evaluate_trade_risk (0-100) | |
| overrideApproved | No | Set true to override CAUTION recommendations |