# Range bars

### General info

**Range Bars** chart consists of bars (candles) within a certain range, which is determined by the trader in the chart settings. Range Bars does not depend on time, but only on price movement. Thus, if the price has low volatility and stays in a range that is less than specified in the parameters, then new bars (candles) will not be built. Hence, the higher volatility of the trading instrument the more bars will be built;  conversely, during periods of lower volatility, fewer bars will be built.

![Range bars in Quantower platform](/files/-LKMPujL1HCMfPDKeJYA)

### Calculation of Range Bars

To built range bars there are three simple rules:

* Each range bar must have a high/low range that equals the specified range.
* Every new range bar must open outside the high/low range of the previous bar.
* Each range bar must close at either its high or its low.


---

# 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://help.quantower.com/quantower/analytics-panels/chart/chart-types/range-bars.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.
