Webhook Field

Message

Optionally specify a message to be displayed with this trade signal. This message serves as additional information or context for the user reviewing the trade signal.

Key points about the message field:

  • It's purely informational and does not affect the actual trade execution.
  • The message is displayed to the end user before they approve or reject the trade.
  • It can contain any relevant details about the trade signal, such as the reasoning behind it, market conditions, or specific instructions.
  • Minimum length: 25 characters
  • Maximum length: 255 characters

Examples of useful messages:

  • "Strong bullish pattern observed on the 4-hour chart. Consider holding for at least 3 days."
  • "Earnings report due next week. Be prepared for increased volatility."
  • "This signal is part of a broader sector rotation strategy. Check other related stocks."

Remember, while the message can provide valuable insights, the final decision to approve or reject the trade always rests with the user.

Here is an example JSON payload with an message value:

{
    "ticker": "TSLA",
    "action": "buy",
    "message": "Strong bullish pattern observed on the 4-hour chart. Consider holding for at least 3 days."
}

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