If you check Allow signal override next to the Exit bid-ask spread filter amount / Exit bid-ask spread filter percent controls, then bidAskSpreadFilter (dollar amount) or bidAskSpreadFilterPercent (percent) in the webhook (when present) is used as the exit spread cap for that signal. Only one of the two keys may be sent in the same payload. If neither is present, the Exit bid-ask spread filter amount or Exit bid-ask spread filter percent saved on the strategy or subscription is used (whichever mode is selected there).
Checking the global Allow signal overrides automatically checks every per-field Allow signal override checkbox (including the one next to the Exit bid-ask spread filter amount / Exit bid-ask spread filter percent controls), so both keys are honored for exit planning.
Example using a dollar amount:
{
"ticker": "AAPL",
"action": "exit",
"bidAskSpreadFilter": 0.02
}
Example using a percent:
{
"ticker": "AAPL",
"action": "exit",
"bidAskSpreadFilterPercent": 0.5
}
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.