Cancel existing open orders before placing new orders controls a pre-submit safety step.
When enabled, TradersPost first cancels existing open orders for the ticker, then submits the new signal order (entry or exit). This is commonly needed when broker-side take-profit or stop-loss orders are already open and would block a new exit signal.
When disabled (the default), TradersPost does not fetch/cancel existing open orders before placing the new order, which keeps execution faster.
This setting does not control the delayed cancel of the newly submitted order itself. That is handled separately by Cancel open entry order after delay and Cancel open exit order after delay.
Order canceling is off by default. TradersPost will only run this pre-submit cancel step when you enable this option or opt in per signal (see below).
"cancel": true or by using action=cancel (e.g. "action": "cancel" in the payload).Enable pre-order canceling for this signal:
{
"ticker": "AAPL",
"action": "exit",
"cancel": true
}
Do not request pre-order canceling for this signal:
{
"ticker": "AAPL",
"action": "exit",
"cancel": false
}
Explicit cancel action for this signal:
{
"ticker": "AAPL",
"action": "cancel"
}
Enabling this pre-submit cancel step requires querying the broker for open orders and can slow trade execution. Enable it only when you need it.
If you do not enable it, you can still request a cancel for that signal by sending "cancel": true or "action": "cancel" in your webhook payload; TradersPost will process and submit the cancel order as requested.
The setting only controls whether TradersPost automatically cancels existing open orders first before submitting a new entry or exit order.
Free 7-day trial
Set-up in 3 minutes
Paper account for testing
Your browser didn't send the information this action needs.
That usually means a privacy tool, ad blocker, or other browser extension changed the page before you clicked. Nothing is wrong with your account.
What to try: allow this site in your ad blocker or privacy extension, use a private window with extensions turned off, or reload the page and try again.
Still stuck? Contact support and we can help.