๐Ÿ“ฑ Setup Guide ยท 5 Minutes

Get signals on your phone in 5 simple steps.

No coding. No technical knowledge required. Follow these 5 steps and your first signal lands in your Telegram within minutes.

1

Create Bot

BotFather creates your bot

2
ID

Get Chat ID

Find your unique ID

3

Configure

Paste ID in indicator

4
!

Create Alert

Set up TradingView alert

5
โœ“

Receive Signal

Alerts arrive on phone

โš ๏ธ Before you start

You need TradingView Pro+ ($30/month) for webhook support. Free TradingView accounts cannot send Telegram alerts because they don't support webhooks.

Step 1: Create Your Telegram Bot

Time: 2 minutes    Cost: Free

  1. Open Telegram (mobile or desktop)
  2. Search for @BotFather in the search bar
  3. Click Start to begin a chat
  4. Send the command: /newbot
  5. BotFather asks for a name โ†’ type any name (e.g. "My Gold Scalpers Bot")
  6. BotFather asks for a username โ†’ must end in bot (e.g. mygoldsniper_bot)
  7. Copy the token BotFather gives you. Looks like:
    7891234567:AAH1234abcDEFxyz...

๐Ÿ”™ Keep your bot token secret

Anyone with your bot token can send messages from your bot. Never share it publicly or commit it to a public repository.

Step 2: Get Your Chat ID

Time: 1 minute

  1. In Telegram, search for @userinfobot
  2. Click Start
  3. It immediately replies with your info, including:
    Id: 123456789
  4. Copy the number โ€“ that's your Chat ID

Step 3: Activate Your Bot

Time: 30 seconds โ€“ but critical step

  1. Search for your new bot in Telegram (the one you created in Step 1)
  2. Click Start or send any message like hi

๐Ÿ’ก Why this matters

Telegram bots can't send messages to a user until that user has started a conversation with the bot. This step is non-negotiable โ€“ skip it and your alerts will silently fail.

Step 4: Configure Gold Scalpers

Time: 1 minute

  1. Open your TradingView chart (XAUUSD, USDJPY, or GBPJPY)
  2. Click the gear icon next to "Gold Scalpers" in the indicators list
  3. Find the Telegram group at the bottom of settings
  4. Paste your Chat ID into the Telegram Chat ID field
  5. In the Alerts group, set Alert Format = Telegram
  6. Click OK to save

Step 5: Create the TradingView Alert

Time: 90 seconds

  1. Click the โฐ alarm icon in the top toolbar โ†’ Create Alert
  2. Condition (1st dropdown) โ†’ select Gold Scalpers
  3. Condition (2nd dropdown) โ†’ โญ select "Any alert() function call" โญ

    This is the most important step. Do NOT pick "Gold Scalpers BUY" โ€“ that's the static message.

  4. Go to Notifications tab โ†’ check Webhook URL โ†’ paste:
    https://api.telegram.org/bot<YOUR_BOT_TOKEN>/sendMessage
    Replace <YOUR_BOT_TOKEN> with the token from Step 1. Keep bot directly before the token, no space.
  5. Trigger: Once Per Bar Close
  6. Expiration: Open-ended (Premium plan) or pick a date 2 months out
  7. Click Create

What You'll Receive

The next signal that fires arrives in your Telegram within 3 seconds, formatted like this:

๐ŸŽฏ Gold Scalpers โ€“ XAUUSD (1)
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
๐Ÿ“ ENTRY : 2384.50
๐Ÿ›‘ SL    : 2384.20  (-3.0 pips)
๐ŸŽฏ TP    : 2385.10  (+6.0 pips)
โš–๏ธ R:R   : 1:2.0
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
RSI 28.45 | 2026-05-04 14:30:00

The Entry, SL, and TP appear in monospace โ€“ tap to copy on mobile.

Troubleshooting

ProblemSolution
Alert fires, no Telegram messageDid you send "hi" to your bot in Step 3?
Bad Request: chat not foundWrong Chat ID โ€“ re-verify with @userinfobot
UnauthorizedWrong token, or you forgot the word bot in URL
Webhook URL field greyed outYou're on free TradingView. Need Pro+.
Message shows raw <b> tagsAlert Format isn't set to "Telegram"
Alert never firesYou picked "Gold Scalpers BUY" instead of "Any alert() function call"

Send to a Group Instead of DM

  1. Add your bot to the group โ†’ make it admin
  2. Visit https://api.telegram.org/bot<TOKEN>/getUpdates in your browser
  3. Find "chat":{"id":-1001234567890,...} โ€“ the negative number is the group ID
  4. Use that as your Chat ID in the indicator settings

Need Help With Setup?

Our support team responds within 48 hours (24h for Elite tier).

Get Support โ†’ Start Free Demo