# Heiken Ashi

### General info

Heiken-Ashi chart (HA) is a modified type of classic candlestick chart, which is based on recalculation of OHLC data. The resulting candlestick filters out some noise in an effort to better capture the trend and reversal points.

![General view of Heiken-Ashi chart type](/files/-LJwsl90cv2VY8NwUYFq)

The following calculations are used to construct the HA chart:

* HA Close = (O+H+L+C)/4
* HA Open = (HA Open (previous bar) + HA Close(previous bar))/2
* HA High = Maximum (H, HA Open, HA Close)
* HA Low = Minimum (L, HA Open, HA Close)

### Creation a new Heiken-Ashi chart

To open a new HA chart, you need to select Heiken-Ashi from the drop-down list of aggregations and specify the build parameters - ***Value*** and ***Build from***. Click **\[ Apply ]** and the chart will be built. If the number of candles (data) is not enough, then choose a greater depth of history, for example 1 year or 5 years.

You can create several predefined settings to quickly build HA charts. To do this, you need to configure the parameters and ***Add to favorites*** by pressing the Star icon.

![The creation process of Heiken-Ashi chart type](/files/-LJxOLZYwtEQGFK4N1BB)

{% hint style="info" %}
Heiken-Ashi is used only with the Candle chart style.
{% endhint %}


---

# 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/heiken-ashi.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.
