# Running line

**To enable the display of the ticker Running line, toggle the switch to the right side.**

The ticker tape includes 3 customizable parameters. For each parameter, you can select one of the screener timeframes: `5m, 15m, 30m, 1h, 2h, 4h, 12h, 1d`

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

All parameters correspond to data from the screener:

* **RSI** - The absolute value of the Relative Strength Index indicator with 14 periods.
* **RSI Color** - Bright red indicates a strong downward movement, while bright green indicates a strong upward price movement.
* **RSI change** - The percentage change in the RSI value.
* **Volatility** - The volatility factor.
* **MA Trend** - The state of the trend according to the Moving Averages MA 50+200.
  * 🟢 - an upward trend, 🟡 - a neutral zone, a place of trend changes, 🔴 - a downward trend.
* **Volume** - The trading volume in USDT.
* **Volume change** - The percentage change in trading volume.
* **Price change** - The percentage change in price.
* **Delta** - The difference between buys and sells in USDT.
* **CD Week** - Cumulative delta, the cumulative value of the delta for the week.

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

{% hint style="info" %}
It is not necessary to use all three parameters of the ticker tape; to remove any of the parameters, click the cross.
{% endhint %}

#### **Adding coins for tracking**

You can add coins to the ticker tape individually, or select the entire watchlist at once from the dropdown menu.

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

**Setting individual indicators**

For each coin on the list, you can choose individual parameter settings.

<figure><img src="/files/5KrWHrJe2gXCreyo6OBl" alt=""><figcaption></figcaption></figure>

Toggle the switch to configure indicators and select the desired parameters. Do not forget to save the settings by pressing the green button.


---

# 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.cvizor.com/en/modules/settings/running-line.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.
