> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/ru/modules/signals/sokhranenie-opovesheniya.md).

# Сохранение оповещения

Вы можете создать простое оповещение:&#x20;

```
Рост цены на 1ч таймфрейме на +5% 
```

Или

```
Пересечение заданного значения цены
```

Но это базовые функции, которые имеет большинство приложений или терминалов.

> **Уникальность Cryptovizor заключается в возможности создания сложных и персонализированных оповещений, которые полностью соответствуют вашим требованиям.**

С помощью Cryptovizor вы можете создавать оповещение с множеством параметров одновременно, например:

<pre><code>Таймфрейм 1ч Объем в USDT больше 1M 
 <a data-footnote-ref href="#user-content-fn-1">И</a>
RSI14 на 4ч таймфрейме больше чем 50
</code></pre>

{% hint style="info" %}
Логическая связь между параметрами всегда имеет значение И.
{% endhint %}

По минимальным подсчетам, функционал скринера криптовалют Cryptovizor предоставляет более 98000 комбинаций оповещений.

<div data-full-width="true"><figure><img src="/files/6DqYTprfLARA7eZ9osuk" alt=""><figcaption></figcaption></figure></div>

После того, как вы назначили необходимые условия для оповещения, выберите периодичность срабатывания - один раз или постоянно.

Для каждого оповещения можно указывать комментарий.&#x20;

При нажатии на желтую кнопку - оповещение сохранится в черновик.&#x20;

Вы можете сохранить оповещение и оно сразу начнет работу, либо перевести созданное оповещение в черновик.

<div data-full-width="true"><figure><img src="/files/VWubHL50Z0HyniWrThBH" alt=""><figcaption></figcaption></figure></div>

Проверить созданное оповещение можно во вкладке Одиночные оповещения, клик по строке откроет окно просмотра оповещения.

[^1]:


---

# 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://docs.cvizor.com/en/ru/modules/signals/sokhranenie-opovesheniya.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.
