Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Heikin-Ashi

Classic trend candlestick smoothing classic visualization

Heikin-Ashi candles filter market noise to reveal the underlying trend.

Usage

Use to smooth candlestick charts and reduce noise for trend identification. Two or more consecutive same-colored HA candles with no lower/upper wicks confirm a strong trend.

Background

Heikin-Ashi candles, developed by Munehisa Homma in the 18th century, use averaged OHLC values to produce smoother candles that better represent the prevailing trend. Each HA bar open equals the midpoint of the previous HA bar, while close equals the OHLC average, creating continuity that raw candles lack. — StockCharts ChartSchool

Formula

[ HA_{Close} = \frac{O + H + L + C}{4} \ HA_{Open} = \frac{HA_{Open, t-1} + HA_{Close, t-1}}{2} ]

Source