The provided rejectAfter value is invalid. The rejectAfter field must be a whole number of seconds between 1 and 30.
This message indicates that the rejectAfter value provided in the request is invalid. The rejectAfter field sets the maximum signal age in seconds before an entry or exit is rejected during trade planning.
The rejectAfter field must be a whole number of seconds between 1 and 30. Any other value will be considered invalid, and the request will not be processed.
Invalid rejectAfter examples:
{
"ticker": "AAPL",
"action": "buy",
"rejectAfter": 0
}
{
"ticker": "AAPL",
"action": "buy",
"rejectAfter": 31
}
Valid rejectAfter example:
{
"ticker": "AAPL",
"action": "buy",
"rejectAfter": 10
}
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.