Cancel All Orders
This command will cancel all active orders across all accounts and broker connections.
Example Payload
key=your-secret-key;
command=cancelallorders;
cancelallorders works with destination=tradovate;: every working order on every linked identity is cancelled. Tradovate has no bulk cancel endpoint, so the sweep is one cancel request per working order; partial failures are reported in Alert History rather than silently dropped.
On destination=tradovate;, including an account= field with cancelallorders returns an error instead of running. This command is always account-wide by design, and silently ignoring the field would widen a scoped request to every linked account. To cancel orders on one specific account, use cancelorders with account= instead. If you reuse one alert template across NT8 and Tradovate destinations, remove account= from the Tradovate variant of this command.