# INTERVAL

{% hint style="success" %}
**Association**

**INTERVAL** is a periodic timer.
{% endhint %}

**INTERVAL** is an indicator that works as a timer, sending signals at a set frequency. It can be configured to send a signal every user-set number of bars, allowing for the automation of actions such as regular stock purchases or periodic checking of an asset's price.&#x20;

The signal from **INTERVAL** is transmitted to other system modules to execute the operations set by the trader.

<figure><img src="/files/nboshHgUnRLEg3lrSmIV" alt="" width="467"><figcaption></figcaption></figure>

The **INTERVAL** module has **one outpu**t, which signals on the required bar that it's time to do something.

<figure><img src="/files/pX7x6iiSBjgsTg4wx6AB" 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_en/cdzv-toolkit/indicators/interval.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.
