42FibonacciLogo

42Fibonacci

Heikin-Ashi vs. Candlestick Charts

How they differ, how to read each, and when to use which.

By 42Fibonacci · Updated Jun 2026 · 8–10 min readSee live examples in scanner →

The difference between Heikin-Ashi and candlestick charts is the data they plot. A candlestick shows each period's real open, high, low, and close. Heikin-Ashi averages those values into a smoother, trend-focused chart — but its prices are synthetic, not actual trades, so it is weaker for precise entries and candlestick patterns.

That trade-off is the whole story. This guide shows exactly how Heikin-Ashi is built, how to read the two side by side, and — the question most comparisons skip — why candlestick patterns don't survive the conversion. By the end you'll know which chart to reach for, and when.

A candlestick shows what happened. Heikin-Ashi shows the shape of what happened, with the rough edges sanded off.

At a glance
CandlestickReal OHLC — the prices actually traded
Heikin-AshiAveraged, derived values — synthetic prices
Heikin-Ashi strengthSmooths noise; trend is easy to see
Candlestick strengthExact prices, entries, stops, and gaps
PatternsRead them on candlesticks — not on Heikin-Ashi
Common workflowHeikin-Ashi for trend, candlesticks for the trade

Compare Them Live

This is the anchor for the whole guide. Both charts below plot the exact same prices — candlesticks on the left, Heikin-Ashi on the right. Hover, drag, or tap across either chart to highlight the same bar on both. Then step through the lessons to watch one effect at a time. Every section that follows points back here.

Interactive · the same data, two ways

Hover, drag, or tap across either chart to compare the exact same bar on both — both charts move together.

Illustrative sample data
CandlestickReal traded prices
Heikin-AshiAveraged prices
Thu Apr 4
CandlestickHeikin-Ashi
Open60.0058.50
High61.0061.00
Low56.0056.00
Close57.0058.50

Candlestick values are the real OHLC. On this Heikin-Ashi bar the high and low happen to equal the real high and low, but the open and close are averaged — not traded prices.

Same Data, Two Ways to Draw It

Every chart type — bars, candlesticks, Heikin-Ashi — is built from the same underlying data: the open, high, low, and close (OHLC) of each period. The difference is purely how that data is drawn. If you need a refresher on what those four prices mean, start with how to read candlestick charts.

A candlestick plots the OHLC directly. The body spans the open and close; the wicks mark the real high and low. Nothing is altered — what you see is what traded. That is why candlesticks are the canvas for pattern recognition and precise execution.

A Heikin-Ashi candle (Japanese for "average bar") plots a modified version of the data. Each candle is calculated partly from the current bar and partly from the previous Heikin-Ashi candle, which blends one period into the next. The result is a chart that trends in smooth, same-colored runs — and a chart whose printed prices are averages, not trades. Most charting platforms offer it as a chart-type toggle alongside candlesticks and bars, so you can switch between the two views of the same data.

Bar charts are the in-between case worth knowing: like candlesticks they keep the real OHLC unchanged — only the drawing differs (ticks on a line instead of a body). If that is the comparison you want, see bar chart vs. candlestick charts, or the simplest view of all — one price per period — in line chart vs. candlestick charts.

Candlestick vs. Heikin-Ashi: the Key Differences

AspectCandlestickHeikin-Ashi
What it plotsReal OHLC — the prices actually tradedAveraged, derived values
Open & closeThe real open and closeAlways averaged — not traded prices
GapsShownSmoothed away (hidden)
Candlestick patternsValid — hammer, engulfing, doji, starsDon't transfer
Trend readNoisier, bar by barSmoothed into clean color runs
Reversal timingImmediateLags — signals arrive late
Best forEntries, stops, gaps, pattern detectionSpotting and holding trends, filtering noise

How Heikin-Ashi Is Calculated

Heikin-Ashi uses four formulas. Each candle is derived from the current period's real OHLC and the previous Heikin-Ashi candle:

HA Close = (Open + High + Low + Close) ÷ 4. The average of the current bar's four real prices — a single smoothed value rather than the last trade.

HA Open = (previous HA Open + previous HA Close) ÷ 2. The midpoint of the prior Heikin-Ashi body. This is the recursive part: today depends on yesterday, which is what carries the smoothing forward.

HA High = the highest of the real High, the HA Open, or the HA Close.

HA Low = the lowest of the real Low, the HA Open, or the HA Close.

Note
The recursive seed. Because HA Open needs a previous Heikin-Ashi candle, the very first candle has nothing to build from and must be seeded — most commonly with HA Open = (Open + Close) ÷ 2. There is no universal standard for this starting value, so two platforms can draw slightly different early candles from identical data. The effect fades within roughly seven to ten bars as the average settles.

The takeaway from the math: the open and close you see on a Heikin-Ashi chart are always computed values. The high and low often do match the real traded extreme — the formula passes them through a max and a min — but they're not guaranteed to, so even those can't be trusted as exact levels. That single fact drives every strength and every limitation below. Hover any candle in the comparison above to watch its real OHLC collapse into these averaged values.

Reading Them Side by Side

The same session can look quite different depending on which chart draws it. A candlestick keeps its true high and low as wicks on both sides. A Heikin-Ashi candle, in a strong move, often loses a wick entirely.

In the comparison above, switch to Trend smoothing and then Missing wicks — the same rally, drawn both ways, with the relevant candles highlighted on each chart.

Once you know what each candle represents, the reading cues follow:

Color and runs. Both charts color a candle bullish when its close is above its open. But on Heikin-Ashi those are averaged values, so the color flips far less often — a long run of one color is the chart's core signal that a trend is intact.

Missing wicks. This cue is unique to Heikin-Ashi. A candle with no lower wick (a flat bottom) marks a strong uptrend; no upper wick marks a strong downtrend. On a real candlestick, wicks reflect the true intraperiod extremes, so there is no equivalent "missing wick means strength" rule.

Small bodies with two wicks. On Heikin-Ashi these signal the trend is losing momentum and may be turning. On a candlestick, the same shape is a specific single-bar story — a doji or spinning top — read in context, not a smoothed average.

The Honest Tradeoffs

The averaging that makes Heikin-Ashi smooth is the same averaging that makes it imprecise. Neither chart is "better" — they make opposite trades on the same axis.

Tip
Where Heikin-Ashi genuinely helps. The smoothing filters out minor noise and whipsaws, so the trend direction is easy to read at a glance. Long same-colored runs help a trend trader stay in a move instead of being shaken out by every small pullback, and shrinking bodies give an early read on fading momentum.
Warning
Where it costs you. The prices are synthetic and lag the real move, because each candle leans on the previous one. The actual open and close are hidden, gaps are averaged away and disappear, and a candle's printed high or low may not be a level that ever traded. Reversal signals arrive late by design, and exact entries, stops, and targets cannot be read off the chart. Select Gap removed and Delayed reversal in the comparison above to see both costs on the same data.

Do Candlestick Patterns Work on Heikin-Ashi?

No — and this is the most important point for a pattern trader. Candlestick patterns are defined by exact relationships between the real open, high, low, and close. A hammer needs a small real body near the top of the range with a long lower wick. A bullish engulfing needs one real body to fully wrap the prior real body. Heikin-Ashi replaces those real values with averages, so a shape that looks like a pattern on a Heikin-Ashi chart is not describing the price action the pattern is built on. Select Pattern disappears in the comparison above: candle 4 is a textbook Bullish Engulfing on the left and a doji on the right.

What you can still read on Heikin-Ashi is the smoothed stuff: trend direction from color runs, strength from missing wicks, and fading momentum from shrinking bodies. Heikin-Ashi even has its own doji- and spinning-top-shaped candles — but those are smoothed reads of fading momentum, not the classic single-bar signals. What you cannot do is identify the one-to-three-candle reversal patterns that depend on real OHLC. For that, use a standard candlestick chart — which is exactly what the 42Fibonacci scanner reads when it detects patterns.

Why the Prices Look Different

A common surprise: the price on a Heikin-Ashi chart doesn't match the last trade on your order ticket. That is expected, not a glitch. The Heikin-Ashi close is an average of the bar's OHLC, and the Heikin-Ashi open is the midpoint of the previous candle — so neither is the price the market last printed. The readout in the comparison above shows this for any bar: the real candlestick close next to the averaged Heikin-Ashi close.

The practical rule that follows: never set an entry, stop, or target from a Heikin-Ashi candle's body. Those numbers aren't tradable prices. Read your levels from a standard candlestick chart, where the open, high, low, and close are the real thing. Heikin-Ashi can tell you the trend is up; only a candlestick tells you the exact price at which it is up.

When to Use Which

Match the chart to the job. The two are complementary far more often than they are rivals.

Key Takeaways
  • Reach for candlesticks for precise entries, stops, and targets — the prices are real
  • Reach for candlesticks for gap analysis — gaps vanish on Heikin-Ashi
  • Reach for candlesticks for pattern recognition — patterns need real OHLC
  • Reach for Heikin-Ashi to judge trend direction and strength at a glance
  • Reach for Heikin-Ashi to filter noise on a trend you are already holding
  • A common workflow: Heikin-Ashi for the trend read, candlesticks to time and price the trade
Note
Beginners: candlesticks first. They show the unmodified data and the patterns built on it. Once reading real candles is second nature, Heikin-Ashi is easy to add as a trend-filtering view. Starting with Heikin-Ashi tends to confuse, because its prices aren't the ones the market actually printed.

Frequently Asked Questions

What is the difference between Heikin-Ashi and candlestick charts?

A candlestick shows the real open, high, low, and close for each period. A Heikin-Ashi candle shows averaged, derived values: its close is the average of the period's OHLC and its open is the midpoint of the prior Heikin-Ashi candle. Heikin-Ashi smooths the chart to make the trend easier to see, but its bodies and wicks are synthetic — they are not prices anyone actually traded.

How is Heikin-Ashi calculated?

Four formulas, using the current real OHLC and the previous Heikin-Ashi candle. HA Close = (Open + High + Low + Close) / 4. HA Open = (previous HA Open + previous HA Close) / 2. HA High = the highest of the real High, the HA Open, or the HA Close. HA Low = the lowest of the real Low, the HA Open, or the HA Close. Because HA Open depends on the prior HA candle, the series is recursive and must be seeded on the first bar (commonly HA Open = (Open + Close) / 2).

Why does the Heikin-Ashi chart show a different price than the candlestick chart?

Because Heikin-Ashi prices are averages, not real prices. The HA close is the average of the bar's open, high, low, and close, and the HA open is the midpoint of the previous HA candle — so neither matches the last traded price you see on your order ticket. Only the real high or low can occasionally coincide. Always read your actual fill, stop, and target prices from a standard candlestick chart, not from Heikin-Ashi.

Can you use candlestick patterns on Heikin-Ashi charts?

No. Candlestick patterns such as the hammer, engulfing, doji, and morning star are defined by exact relationships between the real open, high, low, and close. Heikin-Ashi transforms those values, so a shape that looks like a pattern on a Heikin-Ashi chart does not reflect the price action the pattern describes. Identify patterns on a standard candlestick chart. Dan Valcu, who brought Heikin-Ashi to Western traders, even devoted a book to trading it without candlestick patterns — the method is an alternative to classic pattern reading, not a different surface for it.

Is Heikin-Ashi better than candlesticks?

Neither is better in general — they answer different questions. Heikin-Ashi is better for seeing trend direction at a glance and filtering out minor noise, because the averaging smooths the chart. Standard candlesticks are better for exact prices, precise entries and stops, gap analysis, and candlestick pattern recognition, because they show the unmodified data. Many traders use Heikin-Ashi to judge the trend and candlesticks to time the trade.

Is Heikin-Ashi good for day trading?

It depends on what you need. Day traders who want exact entry, stop, and target prices are better served by standard candlesticks, because Heikin-Ashi prices are averaged and lag the real move. Traders using Heikin-Ashi intraday usually treat it as a trend filter — a read on direction — rather than a source of execution prices. The lag that smooths the chart also delays its signals.

What do the colors and wicks on a Heikin-Ashi candle mean?

Color follows the averaged body: bullish when the HA close is above the HA open, bearish when it is below. A run of same-color candles signals a sustained trend. A strong uptrend often prints candles with no lower wick (a flat bottom), and a strong downtrend prints candles with no upper wick. Small bodies with wicks on both sides signal weakening momentum or a possible turn — but these are smoothed cues, not the single-bar signals you read on a candlestick chart.

Should beginners learn Heikin-Ashi or candlesticks first?

Candlesticks first. They show the raw open, high, low, and close with no transformation, so you learn to read actual price action and the patterns built on it. Once you can read candlesticks, Heikin-Ashi is easy to add as a trend-filtering view if you want it. Learning Heikin-Ashi first tends to cause confusion, because its prices are averages rather than the prices the market actually printed.

The Bottom Line

Heikin-Ashi and candlesticks are the same data with opposite priorities. Heikin-Ashi spends precision to buy a clean trend read. Candlesticks keep every real price — which is what you need to spot a pattern, place a stop, and read a gap. Smoothing is a feature when you want the trend and a liability when you want the truth.

For pattern-based trading, that settles it: the patterns live in the raw open, high, low, and close, so a candlestick chart is the right canvas. Use Heikin-Ashi to confirm you're trading with the trend — then switch back to candlesticks to find the setup and price it.

The 42Fibonacci scanner reads real candlesticks to surface bullish reversal patterns as they form. See what pattern detection looks like on unmodified price data.

Open the scanner →
In this guide