By default, if there is already an open position for the specified ticker, the trade will be rejected. You can change this default behavior by checking Allow add to position in your strategy settings.
Alternatively, you can use action=add in your webhook request to add to an existing position. The position must already be open to add to it, and if an existing position does not exist, the trade will be rejected.
{
"ticker": "AAPL",
"action": "add",
}
To open a new position, you can send action=buy or action=sell in your webhook request.
{
"ticker": "AAPL",
"action": "buy",
}
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.