sigmavue_trade_execute
Places a trade order with fail-closed safety, checking kill-switch and circuit breaker before execution. Supports simulation mode for demo testing.
Instructions
Place an order — fail-closed. Mirrors the CLI exactly: live execution is
disabled (pass sim=true to route to the active demo account), and the
operator kill-switch + backend circuit breaker are re-checked on every call
BEFORE any network write. When the kill-switch is engaged the tool refuses
with blocked: true and places nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sim | No | ||
| side | Yes | ||
| symbol | Yes | ||
| quantity | Yes | ||
| order_type | No | market | |
| requested_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||