The provided delay resolves to the current time or the past. The delay field must resolve to a future point in time.
This message indicates that the delay field resolved to the current time or the past. A delay must always resolve to a point in time in the future so the trade can be scheduled.
This error can occur when:
delay is 0 or a negative integer.delay is a relative value that resolves to now/past (for example +0 seconds).delay is an absolute datetime that is already in the past when the webhook is processed.Invalid delay examples:
{
"ticker": "AAPL",
"action": "buy",
"delay": 0
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "2000-01-01T00:00:00Z"
}
Valid delay examples:
{
"ticker": "AAPL",
"action": "buy",
"delay": 300
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "+5 minutes"
}
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.