# Volume change

**Volume change** is the percentage change in trading volume.

*We use the moving method of calculating the trading volume, which shows the value at the current moment, minus N periods ago, where "N" is the selected timeframe.*

*The difference between moving and bar trading volume is that volume is not reset to zero when a candle closes.*

If the 1D timeframe is selected, the Volume change filter and the maximum number of displayed elements in the heatmap is 10, then you will see the top 10 coins by the percentage of volume change per 1D (24H). In this case, the beginning of the period (Y) 1D will be the current moment (X) minus 24 hours (N)

**Y = X - N**

<figure><img src="https://cvizor.com/assets/content/q7.png" alt=""><figcaption></figcaption></figure>

The color of the cell will depend on the value of Volume change (the percentage change in trading volume). If the volume changes down, the cell will be red, if it has increased, it will turn green.<br>

And the brightness of the cell directly depends on the value of Volume (trading volume). Light green or red indicates the highest trading volume, while dark color indicates the lowest trading volume among the selected coins.


---

# 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/heatmap/volume-change.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.
