# Уведомления в Telegram

На любом платном тарифе TradingView доступны web-hook, с помощью которых вы можете получать сигналы прямо в telegram и гибко настраивать, в какие боты какие сигналы получать.

Наглядный гайд по настройке 👇

{% embed url="<https://youtu.be/aERXcvMqWDI>" %}

Для получения сигналов в telegram следуйте шагам:

{% stepper %}
{% step %}

### Включите отправку уведомлений в tg"

Включите в настройках индикатора опцию "Отправка уведомлений в tg"

<div align="left"><figure><img src="/files/RXoKmQiQLNcmaIZsBzpy" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Укажите telegram id

Укажите в настройках индикатора свой telegram id  - узнать свой id можно в официальном боте в [@get\_myidbot](https://t.me/get_myidbot)

<div align="left"><figure><img src="/files/58tW7l5r66dnkU5FH5iO" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Создайте бота

Создайте один или несколько чат-ботов (если хотите группировать множество разных сигналов по отдельным ботам) с помощью [@BotFather](https://t.me/botfather))
{% endstep %}

{% step %}

### Скопируйте токен

Скопируйте токен api созданного бота

<div align="left"><figure><img src="/files/IVA25IINRXmRVXJNa7wt" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Укажите web hook

Вставьте скопированный токен в web hook вместо звездочек <https://api.telegram.org/bot\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*/sendMessage>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
✅Готово! Используйте полученный web hook для получения уведомлений в tg
{% endhint %}


---

# 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://academy.midas-club.com/poleznye-servisy/tradingview/uvedomleniya-v-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.
