> 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/modules/multicharts/tablesview-1.md).

# Trends table

### Trends table

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

All trends are based on line charts. The two tabs are linked.

The table has two blocks – trends and groups of tickers on a common basis.

* If the price at the beginning of the period is less than the current price, it is an **uptrend**
* If the price at the beginning of the period is equal to the current price, it is a **flat**
* If the price at the beginning of the period is higher than the current price, it is a **downtrend**

A star in the **ALL TF** column informs about the full prevalence of the trend.

A red star means "**only down**" (there is a downtrend for all periods)

A green star means "**only up**" (there is an uptrend for all periods)

**BOUNCE** signals a bounce or correction. This happens when the first five columns of trends have become opposite to the next five.

{% hint style="info" %}
A **green** star represents a bounce on a downtrend

The **red** star is a correction on an uptrend
{% endhint %}

The right block of the table has active navigation. If you click on the ticker, the line in the left block is highlighted

![](https://cvizor.com/assets/content/b6.png)

You can add all coins from a column to the watchlist by clicking on the checkbox next to the column name.

![](https://cvizor.com/assets/content/b7.png)

By clicking on the ticker, you will open the minute chart

Navigation in the table is carried out with the up and down arrows along the borders of the chart window

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


---

# 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/modules/multicharts/tablesview-1.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.
