> For the complete documentation index, see [llms.txt](https://coinflipper-1.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinflipper-1.gitbook.io/documentation/coinflipper-pro/kak-sdelat-alert-v-telegram.md).

# Как сделать alert в телеграм

Шаг 1. Переходи в свой профиль на сайте.

<figure><img src="/files/O7x0s19rBN268GNl44hn" alt=""><figcaption></figcaption></figure>

Шаг 2. Переходим во вкладку «Alert»

<figure><img src="/files/mTVFRXUDC2x2Hg4WvUee" alt=""><figcaption></figcaption></figure>

Шаг 3. Вас перекинет в TG бота и просто нажмите «СТАРТ»

<figure><img src="/files/MUWQ04cU2HOemB8j9GXR" alt=""><figcaption></figcaption></figure>

Шаг 4. Возвращаемся обратно на сайт и переходи в нужный вам раздел сканера

<figure><img src="/files/EZGkuGM0wEK2LR4f5Nsw" alt=""><figcaption></figcaption></figure>

Шаг 5. Ставите нужные вам значения по биржам, монетам и.т.п

<figure><img src="/files/qmn5nG9Vk6Tvik3OLrhV" alt=""><figcaption></figcaption></figure>

Шаг 6. Нажимаете на нужный токен и переходите на страницу графика

<figure><img src="/files/kXZwSykqDYG7R0uBhn8f" alt=""><figcaption></figcaption></figure>

Шаг 7. Нажимаем кнопку «TG Alerts»

<figure><img src="/files/e02CoguxL1PHOZDwUst4" alt=""><figcaption></figcaption></figure>

Шаг 8. В открывшемся окне задайте нужные настройки: по спреду и по ценам long и short бирж (для уведомлений о цене ликвидации, стоп-лоссах и тейк-профитах). \
Поле Min Hold — сколько бот должен ждать сохранение спреда перед отправкой уведомления.

Например:\
ставите 15 секунд и спред 1%.

Если в течение 15 секунд спред остаётся 1% — бот отправляет уведомление.

<figure><img src="/files/gUU7zCFzSVfIKgRegmHW" alt=""><figcaption></figcaption></figure>

Шаг 9. Теперь когда сработает нужно значение вам придет уведомление в телеграм

<figure><img src="/files/AcJmZNfCop0oircDer0X" alt="" width="375"><figcaption></figcaption></figure>

### А теперь настройки для особо важных уведомлений

Шаг 1: Скачиваем приложение Pushover. В РФ оно может быть недоступно, поэтому придется сменить регион. Как это сделать, можно посмотреть в Google.

Регистрируемся в приложении.

<figure><img src="/files/cU7p2AWxr0PeKc5TYsgI" alt=""><figcaption></figcaption></figure>

Шаг 2. Переходим в настройки Pushover

<figure><img src="/files/o3MgQ4s69dwhuxqs75jZ" alt="" width="375"><figcaption></figcaption></figure>

Шаг 3. В разделе «Pushover User Keу» копируйте ключ

<figure><img src="/files/wUfLohk4cqCmYVZrqvNh" alt=""><figcaption></figcaption></figure>

Шаг 4. Возвращаемся в свой профиль на сайте и вставляем скопированный ключ в раздел «Pushover» и сохраняете изменения

<figure><img src="/files/L7B7nxHoVWDhazZXO19K" alt=""><figcaption></figcaption></figure>

Шаг 5. Переходим на страницу графика. В открывшемся окне задайте нужные настройки: по спреду и по ценам long и short бирж (для уведомлений о цене ликвидации, стоп-лоссах и тейк-профитах) и поставьте галочку Pushover.

Готово. Теперь вы не пропустите все важные уведомления от сканера даже в том случае, когда у вас выключен звук.

<figure><img src="/files/bWo1bLh8QUsb4JDMIpNl" alt=""><figcaption></figcaption></figure>

#### Остались вопросы по настройке? Пишите в поддержку @CoinFlipperSupport


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://coinflipper-1.gitbook.io/documentation/coinflipper-pro/kak-sdelat-alert-v-telegram.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
