The provided delay exceeds the maximum of 86400 seconds (24 hours). The delay field must resolve to a point in time no more than 24 hours in the future.
This message indicates that the delay field resolved to a point in time more than 24 hours (86,400 seconds) in the future.
TradersPost does not accept delay values beyond 24 hours.
This error can occur when:
delay is an integer greater than 86400.delay is a relative or natural-language value that resolves to more than 24 hours ahead.delay is an absolute datetime more than 24 hours in the future.Invalid delay examples:
{
"ticker": "AAPL",
"action": "buy",
"delay": 86401
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "+25 hours"
}
Valid delay examples (within 24 hours):
{
"ticker": "AAPL",
"action": "buy",
"delay": 3600
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "next hour"
}
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.