The bid-ask spread filter configuration is invalid. You cannot specify both an amount and a percent for the bid-ask spread filter. Use either bidAskSpreadFilter or bidAskSpreadFilterPercent, but not both.
This message indicates that both bidAskSpreadFilter and bidAskSpreadFilterPercent were provided in the request, which is not allowed. TradersPost requires that you specify only one bid-ask spread filter mode per signal.
Use either bidAskSpreadFilter (dollar amount in the quote currency) or bidAskSpreadFilterPercent (percent spread cap), but not both.
Invalid bid-ask spread filter example:
{
"ticker": "AAPL",
"action": "buy",
"bidAskSpreadFilter": 0.02,
"bidAskSpreadFilterPercent": 0.5
}
Valid bidAskSpreadFilter example:
{
"ticker": "AAPL",
"action": "buy",
"bidAskSpreadFilter": 0.02
}
Valid bidAskSpreadFilterPercent example:
{
"ticker": "AAPL",
"action": "buy",
"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.