Telegram Signals

Telegram receiver notifications and message templates

Telegram can also be used as a receiver for notifications about trade events. This is separate from Telegram as a signal source. Configure it only after the trading workflow itself is behaving correctly, otherwise the notifications just echo a broken setup.

What this feature is for

Telegram receiver notifications send Telegram messages for trade events like position opened, position closed, modified, and partial close. It is a notification layer, not the trading receiver itself.

Choose event types deliberately

  • Position opened and Position closed are usually the best starting pair.
  • Position modified can create a lot of noise if the strategy updates SL or TP frequently.
  • Partial close is useful only if partial behavior matters operationally for that setup.

Template behavior in the current app

The current receiver modal supports different templates for opened, closed, modified, and partial-close events, plus live preview behavior. Keep templates short and consistent before you start adding more formatting.

  • Make sure the fields you care about are included.
  • Do not over-format if readability matters more than style.
  • Use previews to confirm the message shape before saving.