Strategy Message

Position Already Open

There is already an open {{ openPositionSentiment }} {{ ticker }} position. If you want to allow adding to open positions, check the "Allow add to position" checkbox in your strategy subscription settings or use the "add" action from your signal.

This message indicates that there is already an open position for the specified ticker. TradersPost requires that if you want to add to an open position, you must either check the Allow add to position checkbox in your strategy settings or use the action=add in your signal.

{
    "ticker": "AAPL",
    "action": "add",
    "quantity": 5
}

If you check Allow add to position, TradersPost will add to the existing position with action=buy or action=sell. If you do not check Allow add to position, the trade will be rejected when there is already an open position for the ticker.

Ready to automate your trading? Sign up for free today.