# Line break

## General info <a href="#general-info" id="general-info"></a>

**Line Break** is quite similar to other time-independent charts like Kagi, P & F, Range Bars. Line break chart prints the series of bars which represent increasing and falling prices. The key parameter that participates in the chart plotting is the number of the last bars for building the current bar.

![General view of Line Break chart in 3rd Dimension](https://content.gitbook.com/content/urdqk4sHwHHpr4J3s5P6/blobs/zo9w0tDr2FvdFO0xt3dG/Line%20break%20chart%20general%20view.png)

It is important to note that the bars on this chart are usually called "lines". Line Break based on closing prices so it takes the current price and compares it with the closing prices of the previous bars (lines). The number of the previous bars that participate in the calculation specified in the chart settings.

## Line Break calculation <a href="#line-break-calculation" id="line-break-calculation"></a>

The most common number of Line Break setting is 3. It means that the closing price of the current line is compared to the closing price of the third line ago.

![Chart settings for Line Break](https://content.gitbook.com/content/urdqk4sHwHHpr4J3s5P6/blobs/5iGKhWuZSSHzuz6beGkU/Line%20break%20settings.png)

Each new closing price has three possible outcomes:

* a new line with the same color — build when the price goes in the same direction.
* a new line with the opposite color — build when the price change is enough to warrant a reversal.
* no new lines are added when the price does not extend the trend or the change is not enough to warrant a reversal.

![An example of how to build a Line Break chart](https://content.gitbook.com/content/urdqk4sHwHHpr4J3s5P6/blobs/3epLborcd7JgWWTjA0P6/Line%20break%20example.png)

In the example above shows areas where the line color was changed. The yellow line shows the level of the third bar, when it breaks, the line color changes.


---

# 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://docs.thirddimension.exchange/analytics-panels/chart/chart-types/line-break.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.
