By default, exit orders are submitted to your broker with extended hours disabled. By checking the Allow exit extended hours checkbox in your strategy settings, you can enable extended hours trading for your exit orders.
When this setting is combined with an Exit order type of Market, the exit order will be submitted as a market order when the market is open and an extended hours limit order when the market is closed.
Alternatively, you can use the extendedHours parameter in your webhook request to explicitly control whether extended hours trading is enabled for your exit orders. Whenever you send a value in the extendedHours parameter, it will override the strategy setting.
{
"ticker": "AAPL",
"action": "sell",
"orderType": "limit",
"limitPrice": 100,
"extendedHours": true
}
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.