cancel_all
Cancel every open order for a required account, optionally filtered by symbol, with dry-run enabled by default. Use as a panic stop to quickly clear all positions.
Instructions
Cancel every open order, optionally filtered by symbol. Default dry_run=true. The most common 'panic stop' primitive after set_kill_switch. account is required and gated the same way as place_order: paper scope may only target paper-prefixed accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 0 (default) cancels across all symbols. | |
| account | Yes | Account whose orders to cancel. paper-prefixed names are allowed in paper scope; live scope is required for any other. | |
| dry_run | No |