The Bot
Notifications
Setting up Telegram alerts for trade events and daily summaries.
Setting up Telegram
You need a Telegram bot token and your chat ID.
text
1. Open Telegram and search for @BotFather 2. Send /newbot and follow the prompts 3. Copy the token (format: 123456:ABC-DEF...) 4. Send a message to your new bot 5. Visit: https://api.telegram.org/bot<TOKEN>/getUpdates 6. Find your chat_id in the response
Configure in Dashboard
Go to Settings → Telegram Notifications and enter your token and chat ID. Changes take effect within 60 seconds.
Configure in settings.json
json
{
"notifications": {
"telegram_token": "123456:ABC-DEF...",
"telegram_chat_id": "-100123456789"
}
}Alert Types
| Event | Content |
|---|---|
| 🟢 Trade Opened | Pair, direction, entry, SL, TP, R:R, score, strategy, reason |
| ✅ Trade Closed | Pair, profit in USD, pips |
| 📊 Daily Summary | Total trades, wins/losses, net P&L, win rate (sent at 21:00 UTC) |
| ⚠️ Bot Error | Error message for any unhandled exception |
| 🤖 Bot Started | Confirmation when bot starts |
| 🛑 Bot Stopped | Confirmation when bot stops |
Tip: Use a group chat ID to share alerts with your team. Add the bot to a group and use the group's chat ID.