TradingView → Telegram

Instant, reliable market alerts.

Advanced Setup Guide

Complete Setup Guide

Follow the steps to connect your TradingView alerts with your Telegram bot.

Create Your Telegram Bot
  • Search for @BotFather in Telegram.
  • Send /newbot to create your bot.
  • Choose a name and a unique username that ends with "bot".
  • Copy the Bot Token (e.g., 123456:ABC-DEF...).
Get Your Chat ID
  • Send any message to your new bot.
  • Visit: https://api.telegram.org/bot<YourBotToken>/getUpdates
  • In the JSON response, find "chat":{"id":123456789 — that’s your Chat ID.
  • Alternatively, message @get_id_bot with /getid to receive it.
Configure Your Credentials
  • Go to https://tvalerts.site/ after running the app.
  • Enter your Bot Token and Chat ID.
  • Click Generate to create a unique Webhook Key.
  • Click Save Configuration to store your settings.
Set Up Your TradingView Alert
  • In TradingView, open your chart and click the Alert icon.
  • Enable Webhook URL and enter:
    https://tvalerts.site/webhook/<YourWebhookKey>
  • Under Message, paste the JSON payload.
  • Set your alert conditions and save the alert.
Configure Telegram Alerts
  • Go to your Telegram bot settings.
  • Enable notifications and choose the type of alerts you'd like to receive.
  • Set alert preferences (e.g., price threshold, signal updates).
  • Ensure you are receiving test messages from the system.

Video Tutorials:

JSON Payload Examples

-- Buy Alert --
{
  "signal": "BUY",
  "symbol": "{{ticker}}",
  "price": "{{close}}",
  "time": "{{time}}"
}

-- Sell Alert --
{
  "signal": "SELL",
  "symbol": "{{ticker}}",
  "price": "{{close}}",
  "time": "{{time}}"
}

-- Strategy Alert --
{
  "type": "strategy",
  "symbol": "{{ticker}}",
  "action": "{{strategy.order.action}}",
  "contracts": "{{strategy.order.contracts}}",
  "profit": "{{strategy.netprofit}}",
  "time": "{{time}}"
}

Configure Telegram Alerts

Click Generate to create a unique key.

Please support us USDT TRC20:

TXXba1941EtThTA9m2B9epKUd2CQSKyT9P