> 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/chart/main-indicators-in-chart-window/volume-profile.md).

# Volume Profile

The Volume Profiles indicator is used to plot price zones and key levels.\ <br>

<figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034973079/original/Ge9QCyXJXBFGbH_nag2vE9ysXMEkfIrJMw.png?1630920134" alt=""><figcaption></figcaption></figure>

### Indicator settings

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034973211/original/bDcH_hrS0gdXbGk3P0V4km9_VIVhs21SfQ.png?1630920148)

#### Period

| Name         | Description                                                                                                        |
| ------------ | ------------------------------------------------------------------------------------------------------------------ |
| Period Type  | Selecting the time interval for which a histogram of a given type will be plotted: Minute, Hour, Day, Week, Month. |
| Period Value | Selection of a value for the time interval (1 day, 5 days, 2 weeks, etc.).                                         |

#### Profile

| Name              | Description                                                               |
| ----------------- | ------------------------------------------------------------------------- |
| Type              | Selecting the histogram type: Volume, Trades, Delta, Bid x Ask.           |
| Custom Proportion | Indication of the maximum possible value for filling the histogram scale. |
| Profile Color     | Selecting a color for displaying the histogram.                           |
| Back Color        | Selecting a color for displaying the histogram background.                |

#### Values

| Name  | Description                                          |
| ----- | ---------------------------------------------------- |
| Show  | Enables or disables the display of histogram values. |
| Color | Color selection to show the histogram values.        |

#### Maximum

| Name  | Description                                                                |
| ----- | -------------------------------------------------------------------------- |
| Type  | Selecting a maximum type: Volume, Trades, Delta, Delta+, Delta-, Bid, Ask. |
| Show  | Enabling or disabling the display of a maximum line.                       |
| Color | Selecting the color for displaying the maximum line.                       |

#### Value Area

| Name  | Description                                                              |
| ----- | ------------------------------------------------------------------------ |
| Show  | Enabling or disabling the display of cost area boundaries (VAH and VAL). |
| Color | Selecting the color for displaying the boundaries of the value area.     |

#### Filter

| Name    | Description                                                                              |
| ------- | ---------------------------------------------------------------------------------------- |
| Enable  | Enabling the histogram filter.                                                           |
| Minimum | Indication of the minimum value to highlight the histogram cells with a specified color. |
| Maximum | Indication of the maximum value to highlight the histogram cells with a specified color. |
| Color   | Selecting the color for highlighting the histogram cells.                                |

#### Indicator

| Name           | Description                                                               |
| -------------- | ------------------------------------------------------------------------- |
| Show Indicator | Enabling or disabling the indicator display on the chart.                 |
| Show Tit       | Enabling or disabling the indicator name display in the information line. |
| Area           | Selection of an area to display the indicator.                            |


---

# 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/chart/main-indicators-in-chart-window/volume-profile.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.
