The provided cancelAfter value is invalid. The cancelAfter field must be between 1 and 3600 seconds.
This message indicates that the cancelAfter value provided in the request is invalid. The cancelAfter field sets how many seconds after an entry or exit order is placed TradersPost should cancel it if it is still open.
The cancelAfter field must be between 1 and 3600 seconds. Any other value will be considered invalid, and the request will not be processed.
Invalid cancelAfter examples:
{
"ticker": "AAPL",
"action": "buy",
"cancelAfter": 0
}
{
"ticker": "AAPL",
"action": "buy",
"cancelAfter": 3601
}
Valid cancelAfter example:
{
"ticker": "AAPL",
"action": "buy",
"cancelAfter": 30
}
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.