> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/windows/volume-search.md).

# Volume search

The table contains information on both the total volume value for the entire bar and the cell with the maximum volume. Volume search is an indispensable instrument for adjusting filters.\
To create a new window, select **Open → Volume search** in the main menu.

![Volume search window in the Tiger.com terminal](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80075024831/original/CpgtZp4LeTUuAiDNGSc9lKXpYjSppXjBBA.png?1644223850)

The window contains:

* Selecting symbol
* Selecting a period
* Defines a set of columns in a table
* Time range for filtering data within a day
* Limiting the maximum and minimum bar size
* Merging adjacent cells into one cell
* Applying settings and updating data in tables
* Displaying values for the selected instrument
* Table with the average values of the columns of the main table

| Column       | Description                                              |
| ------------ | -------------------------------------------------------- |
| Time         | Bar time.                                                |
| Bar Size     | Bar size (is set in price steps).                        |
| POC          | Price at which the maximum volume in the bar has passed. |
| Max Volume   | Maximum trade volume within a bar.                       |
| Total Volume | General bar volume                                       |
| Max Trades   | Maximum number of trades within a bar.                   |
| Total Trades | Total number of trades in a bar.                         |
| Max Bid      | Maximum trade volume within a bar.                       |
| Total Bids   | Total volume for sale in a bar.                          |
| Max Ask      | Maximum volume of buys within a bar.                     |
| Total Asks   | Total volume for sale in a bar.                          |
| Max Delta    | Maximum delta inside a bar.                              |
| Min Delta    | Minimum delta inside a bar.                              |
| Total Delta  | General bar delta                                        |

<br>


---

# 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://support.tiger.com/english/windows/volume-search.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.
