Concept
Heikin Ashi
Heikin Ashi is a Meta & Composition concept. The Library holds 6 implementations, each one a working definition you can pull into Quant.
Top Heikin Ashi indicators
6 total
What is Heikin Ashi?
Heikin Ashi (from Japanese, roughly "average bar") is a chart transform that replaces each candle's actual values with averaged, partly recursive ones. The Heikin Ashi close is the mean of the bar's open, high, low, and close; the Heikin Ashi open is the midpoint of the previous Heikin Ashi bar's open and close; the plotted high and low are the most extreme of the real high or low and the two synthetic values. Because each open is anchored to the midpoint of the previous synthetic bar, the series smooths itself: trends print as long runs of same-colored candles and much of the bar-to-bar noise drops out.
What the transform buys is composure: clean one-colored runs, ideally with no wick against the trend, make it easier to hold a position through an ordinary pullback instead of reacting to every counter-tick. What it costs is truth in prices. Heikin Ashi values are synthetic, the printed close is not a price anyone traded, and the recursion delays color flips until after the raw market has turned. Signals read from a Heikin Ashi chart therefore have to be executed, and honestly backtested, at real market prices rather than at the averaged ones.
How to read a Heikin Ashi chart
Construction is mechanical; the reading skill lies in body size, color runs, and wick asymmetry.
- 1Compute each bar: Heikin Ashi close = (open + high + low + close) / 4 of the current real bar; Heikin Ashi open = (previous Heikin Ashi open + previous Heikin Ashi close) / 2; plotted high = the maximum of the real high and both synthetic values; plotted low = the minimum of the real low and both synthetic values.
- 2Read runs: consecutive same-colored bodies with wicks only on the trend side signal persistent directional pressure. In an uptrend the absence of lower wicks is the strength tell; the mirror applies in downtrends.
- 3Watch bodies shrink: small bodies with wicks on both sides, the Heikin Ashi analog of a doji, mark indecision and often precede a color flip.
- 4Treat the flip as a lagging event: a color change confirms that averaged momentum turned one or more bars after the raw candles did, so it is confirmation, not early warning.
How traders use it
- As a trend-holding overlay: stay with the position while candles keep one color without opposing wicks, exiting on the flip or handing the exit to an ATR trailing stop computed on real prices.
- As an input transform: oscillators recomputed on Heikin Ashi values (an RSI on an alternate source is the usual example) inherit the smoothing and flip less often, but later; the trade-off is the same as adding any other lag.
- As a bias pane beside a standard chart: raw candles handle execution at true prices while the Heikin Ashi pane answers one question, whether the trend is still intact.
- As an aging read: shrinking bodies and growing opposing wicks warn that a run is maturing, prompting partial profit-taking before a full reversal confirms.
Heikin Ashi vs other chart transforms
Renko: Renko discards time and prints a new brick only after a fixed price move; Heikin Ashi keeps one bar per period and averages the values inside it. Both suppress noise, but Renko quantizes price while Heikin Ashi smooths it, and each redraws the market in a way that hides different details.
Alternative Bar Types: The umbrella family of nonstandard charts: range, tick, volume bars, and others. Heikin Ashi is the odd member; most alternatives change when a bar forms, while Heikin Ashi keeps standard clock timing and changes what the bar's values are.
EMA: An EMA smooths a single derived line and leaves the candles untouched; Heikin Ashi smooths the candles themselves. If the goal is only a calmer trend read, a moving average achieves it without printing synthetic open-high-low-close values that cannot be traded.
More Heikin Ashi implementations
Related concepts · Chart transforms
Concept family
Meta & Composition
28 concepts mapped · 23 in the Library
Heikin Ashi FAQ
Can you trade directly at Heikin Ashi prices?
No. The plotted open and close are averaged values that no counterparty traded, so real fills happen at market prices that can sit noticeably away from the synthetic bar, especially in fast moves. This also matters for backtesting: simulating entries at Heikin Ashi closes typically overstates results. Signals can come from the transformed chart, but orders, stops, and tested fills must use true prices.
Why do Heikin Ashi candles lag standard candles?
The open of every Heikin Ashi bar is the midpoint of the previous bar's synthetic open and close, so each candle carries memory of the ones before it. That recursion is exactly what smooths the chart, and it necessarily delays color flips until after the raw market has already turned. The lag is the price of the noise reduction, not a defect to tune away.
What do wicks mean on a Heikin Ashi chart?
Wick asymmetry is the main strength read. In a healthy uptrend, bars tend to show upper wicks but little or no lower wick, because the averaged open sits near or below the real low and leaves scant room for a wick beneath the body. Lower wicks appearing during an up run mean sellers are making progress within bars. Small bodies with wicks on both sides signal indecision and often precede a color flip, though not every flip follows through.
Build Heikin Ashi your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.


