# 8. Volume USDT Candlesticks

{% hint style="info" %}
Note that the trading volume is always zero at the opening of the candle!
{% endhint %}

<table data-full-width="true"><thead><tr><th width="227.33333333333331">Parameter</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>USDT Volume Greater then</td><td>Alert triggers when USDT volume exceeds a certain value.</td><td>Alert will trigger if the USDT volume of BTCUSDT in 1h candlestick exceeds 500K USDT.</td></tr><tr><td>USDT Volume UP on</td><td>Alert triggers when USDT volume increases by a certain amount.</td><td>Alert will trigger if the USDT volume of BTCUSDT in 1h candlestick increases on 200K USDT.</td></tr><tr><td>USDT Volume UP on %</td><td>Alert triggers when USDT volume increases by a certain percentage.</td><td>Alert will trigger if the USDT volume of BTCUSDT in 1h candlestick increases on 10%.</td></tr></tbody></table>


---

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