> 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/frequently-asked-questions/how-does-autoselection-of-data-type-work.md).

# How does autoselection of data type work?

In the menu Main settings - Chart, you'll find the **Auto-select data type** option.

The setting is responsible for the automated selection of the data type in the Chart window, depending on the selected chart type (candlesticks, bars, clusters, etc.), as well as the presence of objects and indicators on the chart.

<figure><img src="/files/gkPaWTirzH4EbIJeOc7n" alt=""><figcaption><p>"Auto select data type" feature in the menu Settings — General settings</p></figcaption></figure>

For example, when choosing to display a chart in the form of Clusters, the BarSearch, ClusterSearch and similar indicator added to the chart, or placing a Volume Profile or Histograms on the chart, you need to select the **Clusters** data type. With the classic display of candles, bars or the vertical volume indicator, using the **Bars** data type is sufficient.

<figure><img src="/files/4GwYs80Shp2yRTKw2J7n" alt=""><figcaption><p>Setting the data type in the Chart window with the "Auto-select data type" checkbox deactivated</p></figcaption></figure>

In order not to select the data type manually, it is necessary to activate the **Auto-select data** setting, after which the terminal will automatically begin to determine the required data type for the correct display of the chart.

{% hint style="info" %}
When using custom indicators or graphical objects, auto-selection of data type will be disabled regardless of whether this option is activated in the settings or not. This is done intentionally, as the Tiger.com terminal has insufficient information about the data types  needed for a custom indicator or graphical object, therefore, you need to choose the data type in the timeframe settings yourself.
{% endhint %}


---

# 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/frequently-asked-questions/how-does-autoselection-of-data-type-work.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.
