This message indicates that an open position was found for the specific ticker, but the open position will not be exited because the signal is not an exit signal. For example, if the signal contains action=buy and you have an open bullish long position, the signal will not exit the position because it is not an exit signal for a bullish long position.
If you want to exit the open position, regardless of side, you can use action=exit:
{
"ticker": "AAPL",
"action": "exit"
}
The above example will exit the full quantity of the open AAPL position, regardless of which side it is on. Or alternatively, if you only want to exit open bullish long position, you can use action=sell:
{
"ticker": "AAPL",
"action": "sell"
}
The above example will only exit bullish long positions for AAPL. To exit the open position and open the opposite side in one step, use action=reverse. To place an exit order at the positionās average entry price (breakeven), use action=breakeven with orderType set to stop or stop_limit; see Exit breakeven offset and the webhook message Invalid breakeven order type for details.
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.