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).
If Allow signal overrides is enabled, both keys are also honored for exit planning even when Allow signal override for Allow signal exit bid-ask spread filter is unchecked.
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.