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.
