# Daily Quoted Volumes

The "Daily Quoted Volumes" filter (24h QAV Filter) allows filtering coins by trading volume over the last 24 hours, measured in USDT (QAV = Quoted Asset Volume).

### How to Use

Specify the trading volume range from minimum to maximum value.

**How it works:** The algorithm checks the daily trading volume in the quoted asset (USDT). If the volume falls within the specified range — the pair is included in trading, if it goes outside — excluded.

**Example:** For BTCUSDT and BNBUSDT markets, volumes are specified in USDT. Set a range from 10,000,000 to 500,000,000 to work only on liquid pairs with volume from 10 to 500 million USDT over 24 hours.

### Filter Parameters

#### Enable Filter Checkbox

Turns the filter on or off.

**When to use:** Enable the checkbox to exclude illiquid assets and focus on traded coins with real activity.

#### Left Field — Minimum Value

Minimum daily volume in quoted asset (for example, 10,000,000 USDT).

#### Right Field — Maximum Value

Maximum daily volume in quoted asset (for example, 500,000,000 USDT).

### Why This Filter is Needed

**Exclude Illiquid Assets:** Work only on pairs with sufficient trading volume, avoiding coins with low liquidity.

**Focus on Active Markets:** Choose pairs with real trading activity, where orders execute quickly and without significant slippage.

**Scale Control:** Limit the algorithm's operation to pairs with volume matching your strategy — from small to largest markets.


---

# 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://guide.moontrader.com/en-moontrader-docs/trading/trading-algorithms/general-algorithm-settings/daily-quoted-volumes.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.
