RegimeTrader
← Dashboard

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

EventContent
🟢 Trade OpenedPair, direction, entry, SL, TP, R:R, score, strategy, reason
✅ Trade ClosedPair, profit in USD, pips
📊 Daily SummaryTotal trades, wins/losses, net P&L, win rate (sent at 21:00 UTC)
⚠️ Bot ErrorError message for any unhandled exception
🤖 Bot StartedConfirmation when bot starts
🛑 Bot StoppedConfirmation 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.