The Cancel open exit order after delay setting defines a delay in seconds after which an open exit order is automatically canceled. If the exit order (sell to close a long, or buy to cover a short) is still open after the specified number of seconds, TradersPost submits a cancel request.
The value is a positive number of seconds between 1 and 3600 (for example 30 means cancel after 30 seconds). Leave blank to disable automatic cancellation of exit orders.
This feature works by scheduling a delayed background job at the moment the exit order is placed. When the delay elapses, if the order is still open, it is canceled via the broker. This also applies to partially filled orders: if part of the requested quantity has filled, TradersPost submits a cancel request to the broker for the remaining open quantity. If the order was already fully filled by then, no action is taken.
The Cancel open entry order after delay setting is separate: setting one does not set the other, and this setting does not apply when planning an entry.
cancelAfter (exit)For action: "exit" (and equivalent exit signals), the webhook may send cancelAfter to provide a per-signal cancel delay in seconds for the exit order.
The effective exit cancel delay comes from the webhook when either:
If signal values are allowed for this field and the payload includes cancelAfter, that value is the exit cancel delay. If signal values are allowed but the payload omits cancelAfter, the configured Cancel open exit order after delay on the subscription is used.
If neither Allow signal overrides nor Allow signal override for Cancel open exit order after delay is enabled, cancelAfter in the webhook is ignored for exit planning and only the configured Cancel open exit order after delay applies.
Example webhook payloads
Exit using only the subscription's configured Cancel open exit order after delay value:
{
"ticker": "AAPL",
"action": "exit"
}
Exit with a per-signal cancel delay (requires Allow signal overrides and/or Allow signal override for Cancel open exit order after delay as above):
{
"ticker": "AAPL",
"action": "exit",
"cancelAfter": 30
}
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.