# Heatmap

It has minimum and maximum volumes, the basic ask and bid colors, and the colors of asks and bids that exceed the maximum volumes.&#x20;

If the volume of the limit level in the DOM is between the minimum and maximum, the price level color is proportional to the volume. If the volume of the limit level exceeds the maximum, the price level will be the maximum volume color.

This indicator is best used for tick charts with a value of 1, where every bar (tick) stands for a separately aggregated trade.

### Indicator settings

#### ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80130064020/original/Fkc-BHBlEShBjdF3RrnU1SZ4JzlpfW-0VA.png?1660223281)

#### Parameters

| **Name**                  | **Description**                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Depth of market           | Changes the DOM                                                                                                                                                                                                                                                                                                                                                             |
| Expanded DOM              | Extends levels from the current price to the price scale.                                                                                                                                                                                                                                                                                                                   |
| Color map                 | Visualization settings for volume in the indicator.                                                                                                                                                                                                                                                                                                                         |
| Lower cutoff %            | <p>Corresponds to the upper cutoff.<br></p>                                                                                                                                                                                                                                                                                                                                 |
| Lower cutoff V            | <p>Minimum volume. Levels with order volumes lower than the minimum value will not be displayed.<br></p>                                                                                                                                                                                                                                                                    |
| <p>Upper cutoff %<br></p> | <p>Let’s say the maximum volume permitted in the visible range is 1000. We can also say there’s a level with volume 800.</p><p>If the cutoff is 0, the color for that level is 80% of the maximum color in the gradient.</p><p>If the value is 20%, the maximum volume will be 1000 - 20% = 800. In that case, levels with volume 800 will be the maximum volume color.</p> |
| Upper cutoff V            | The maximum volume. If the order volume exceeds the maximum, the price level will be the maximum volume color.                                                                                                                                                                                                                                                              |
| Contrast                  | <p>Controls the contrast between the levels on display.<br></p>                                                                                                                                                                                                                                                                                                             |
| Large volumes             | Sets the maximum value for every bar, with the last value in each bar taken the moment it is closed if this is not checked.                                                                                                                                                                                                                                                 |
| Brightness                | <p>Filters levels from smallest to largest. The higher the brightness, the easier it is to see weak levels.<br></p>                                                                                                                                                                                                                                                         |

#### Indicator

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


---

# 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://support.tiger.com/english/windows/chart/main-indicators-in-chart-window/heatmap.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.
