> 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/signals/tf-parameters/volume.md).

# 2. Volume USDT Moving

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.&#x20;

The difference between moving and candlestick (bar) trading volume is that when a candle closes, the volume value is not reset to zero.

<table data-full-width="true"><thead><tr><th width="151">Parameter</th><th width="325">Description</th><th>Example</th></tr></thead><tbody><tr><td>USDT Volume Greater then</td><td>Alert is triggered when the trading volume in USDT exceeds a specified value.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe exceeds 1M USDT.</td></tr><tr><td>USDT Volume Less then</td><td>Alert is triggered when the trading volume in USDT drops below a specified value.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe falls below 1M USDT.</td></tr><tr><td>USDT Volume UP on %</td><td>Alert is triggered when the trading volume in USDT increases by the indicated percentage.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe increases by 10%.</td></tr><tr><td>USDT Volume DOWN on %</td><td>Alert is triggered when the trading volume in USDT decreases by the indicated percentage.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe decreases by 10%.</td></tr><tr><td>USDT Volume UP on</td><td>Alert is triggered when the trading volume in USDT increases by the indicated amount.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe increases by 500K USDT.</td></tr><tr><td>USDT Volume DOWN on</td><td>Alert is triggered when the trading volume in USDT decreases by the indicated amount.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe decreases by 500K USDT.</td></tr></tbody></table>


---

# 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/signals/tf-parameters/volume.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.
