Strategy Message

No Entry Sentiment

Cannot enter a new {{ actionSentiment }} {{ ticker }} position because the signal sentiment does not allow entering a new position.

This message indicates that a new position cannot be entered for the specified ticker because the signal sentiment does not allow entering a new position. The sentiment parameter controls whether the action is intended to both exit and enter or just exit.

Exit bullish ONLY (flatten) and do not enter bearish:

{
    "ticker": "AAPL",
    "action": "sell",
    "sentiment": "flat"
}

Exit bearish ONLY (flatten) and do not enter bullish:

{
    "ticker": "AAPL",
    "action": "buy",
    "sentiment": "flat"
}

Exit bullish AND enter bearish:

{
    "ticker": "AAPL",
    "action": "sell",
    "sentiment": "bearish"
}

Exit bearish AND enter bullish:

{
    "ticker": "AAPL",
    "action": "buy",
    "sentiment": "bullish"
}

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