cancel_all
Cancel all open orders, optionally filtered by symbol. Acts as a panic stop to abort pending trades; dry_run defaults to true.
Instructions
Cancel every open order, optionally filtered by symbol. Default dry_run=true. The most common 'panic stop' primitive after set_kill_switch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 0 (default) cancels across all symbols. | |
| dry_run | No |