If you check Allow signal override next to the Entry bid-ask spread filter amount / Entry bid-ask spread filter percent controls, then bidAskSpreadFilter (dollar amount) or bidAskSpreadFilterPercent (percent) in the webhook (when present) is used as the entry spread cap for that signal. Only one of the two keys may be sent in the same payload. If neither is present, the Entry bid-ask spread filter amount or Entry 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 entry planning even when Allow signal override for Allow signal entry bid-ask spread filter is unchecked.
Example using a dollar amount:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 150,
"bidAskSpreadFilter": 0.02
}
Example using a percent:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 150,
"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.