# TIMER

{% hint style="success" %}
**Ассоциация**

**TIMER** - это обратный отсчет от одного события к другому.
{% endhint %}

**TIMER** - это индикатор, который работает как таймер, активирующийся по входному сигналу и посылающий сигнал по завершению обратного отсчета этого таймера. Он может быть настроен на отправку сигнала через установленное пользователем количество баров, что позволяет автоматизировать действия, такие как закрытие сделки через некоторое время.

Сигнал от **TIMER** передается в другие модули системы для выполнения заданных трейдером операций.

<figure><img src="/files/cb1qn56bjJQNr6uCKGEi" alt="" width="558"><figcaption></figcaption></figure>

Модуль **TIMER** имеет **один выход**, который сигнализирует на нужном баре, что пришло время что-то делать.

<figure><img src="/files/ONak96NwB8plkiqy8zOB" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.cdzv.com/code-zero-visual-trading_ru/cdzv-toolkit/indikatory/timer.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.
