> 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.md).

# Defining a trend

### Defining a trend

The trend is defined as follows:

If the price at the beginning of the period is less than the current price, then this is an **uptrend**

If the price at the beginning of the period is equal to the current price, then this is a **flat**

If the price at the beginning of the period is higher than the current price, then this is a **downtrend**

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

#### The color of the price line depends on the state of the trend on the chart, i.e.:

Green means **uptrend**

Yellow means **flat**

A red color means a **downtrend**

The thickness of the price line depends on the volatility. The higher the volatility is, the thicker the price line is.&#x20;

#### There is also sorting by: **TICKER**, **Price change** (percentage of price change) and **Volatility**.

Clicking on a line chart area or ticker opens the TradingView chart. You can add or remove a coin from the watchlist by clicking on the checkbox next to the ticker.

You can navigate between the graphs of other coins by using the keyboard arrows **←↑↓→**&#x6F;r by clicking on the arrows on the sides of the window with the Tradingview graph.

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


---

# 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.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.
