# Alerts in Telegram

Regular alerts in TradingView are already useful on their own, but sending signals to Telegram opens up a whole new level of convenience and possibilities!

Telegram alerts are no longer just notifications, but a ready-made infrastructure around your signals. They can be used both for yourself and for your bots, channels, groups, or private community.

✅Telegram is always at hand - you don’t need to keep track of where the notification popped up: in the browser, in email, or in the TradingView app. Everything comes to where it is actually convenient for you to work.

✅It is convenient to separate signals by logic - you can set up separate streams for different tasks: for yourself, for different strategies, for different markets, for your team...

✅Telegram is easier to integrate into your workflow, because signals can be sent not only to your private messages, but also to your own bots, work chats, private groups, channels, and the infrastructure of your community

That is, you don’t just receive an alert, but immediately integrate it into the workflow format that is right for you!

{% hint style="warning" %}
The web hook for setting up Telegram signals is available only on paid plans [TradingView](https://ru.tradingview.com/pricing/?share_your_love=aleksandrov_evgen)
{% endhint %}

If you don’t have a paid TradingView subscription or Premium plan, that’s not a problem!

Any Midas subscription includes [Screeners](https://faq.midas-club.com/faq-skrinery), which **monitor the TOP-1000 tickers for you** TradingView 24/7 across all major markets - crypto, forex, stocks, currencies, futures, and all signal types - buy & sell, pumps and dumps, bounces, breakouts!

[**Screeners**](https://faq.midas-club.com/faq-skrinery) help you quickly find assets where there is interesting movement right now, so you always have something to trade - this is especially useful for those who want to see more opportunities but do not want to run into limits and spend money on TradingView subscriptions.

## Step-by-step setup guide

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><p>Short 9-minute video tutorial:</p><p>➡️<a href="https://youtu.be/aERXcvMqWDI?si=lRzr8ezF9B4qlARB">Watch on YouTube</a></p><p>➡️<a href="https://vk.com/video-228172732_456239044">Watch on VK</a></p></td><td><a href="/files/e84d77d6270eeed20c25847e2e7cf6c9fe9d6ed0">/files/e84d77d6270eeed20c25847e2e7cf6c9fe9d6ed0</a></td></tr></tbody></table>

{% stepper %}
{% step %}

### Specify your Telegram ID in the Midas settings

Copy your Telegram ID in the indicator settings - you can find your ID in this bot 👉[@Getmyid\_bot](https://t.me/Getmyid_bot)

<figure><img src="/files/0f15ce9de6aa7e935e35f4a97f035cc3354173bd" alt="" width="326"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create your bot in Telegram

Create one or more chat bots (if you want to group many different signals into separate bots) using [@BotFather](https://t.me/botfather)
{% endstep %}

{% step %}

### Copy your bot token

After creating the bot, you will receive the API token in a message like this

<div align="center"><figure><img src="/files/0a55066ae25c91779c4f24679b9d6fa1ab85f88f" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Enable two-factor authentication

Go to your TradingView profile settings and enable two-factor authentication - this is a mandatory requirement for setting up hooks

<figure><img src="/files/3c8b8429df01cf35bb9d2a0af742e3d2e205b6e3" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Specify the web hook in the alert settings

Paste the copied token into the web hook instead of the asterisks <https://api.telegram.org/bot\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*/sendMessage>

Carefully check that you didn’t erase anything except the asterisks!

<div align="center"><figure><img src="/files/31009957dfd9caf1b886f2899bb8602d99784b78" alt="" width="289"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
If you have a Premium subscription to [TradingView](https://ru.tradingview.com/pricing/?share_your_love=aleksandrov_evgen), you can set alerts not only for 1 ticker, but also for the entire selected favorites list, immediately for several dozen or hundreds of instruments!
{% endhint %}

## Frequently asked questions and recommendations

<details>

<summary>On which plan are Telegram alerts available?</summary>

The ability to set up Telegram alerts is available only on paid plans [TradingView](https://ru.tradingview.com/pricing/?share_your_love=aleksandrov_evgen).

If you don’t have a paid TradingView subscription or Premium plan, that’s not a problem!

Any Midas subscription includes [Screeners](https://faq.midas-club.com/faq-skrinery), which **monitor the TOP-1000 tickers for you** TradingView 24/7 across all major markets - crypto, forex, stocks, currencies, futures, and all signal types - buy & sell, pumps and dumps, bounces, breakouts!

</details>

<details>

<summary>How many alerts can I set up?</summary>

Different plans provide different notification limits:

**Essential** - 20 notifications

P**lus** - 100 notifications

**Premium** - 400 notifications

</details>

<details>

<summary>How do I make a notification for 100 tickers at once?</summary>

For this, you need a Premium subscription - when setting up alerts, you can specify not only a specific ticker, but also the entire favorites list.

</details>

<details>

<summary>What signals can notifications be set up for</summary>

Alerts can be set up both for Buy & Sell (for this, choose "trigger any function") and for any events of the lower indicator (also choose "trigger any function").

For Telegram, separate alerts for bounces off levels, trend changes by money flow and tape, accumulation and distribution cycles based on whale buys, dump & pump do not work - only through selecting "trigger any function".

</details>

<details>

<summary>What if I change the indicator settings after creating alerts?</summary>

The alert settings are fixed at the moment it is created - after that you can change the indicator settings, and this will not affect the alerts.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.midas-club.com/faq-en/alert-setup/alerts-in-telegram.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
