Heikin-Ashi Chart
A modified candlestick chart that smooths price action using averaged values — “average bar” in Japanese — making trends and reversals far easier to spot.
// 01 — The chart
What it looks like
A Heikin-Ashi chart showing a clear uptrend (candles 1–4) followed by a reversal signal (candle 5) and downtrend (candles 6–8). Notice how the smoothed values produce cleaner trends with fewer mixed signals compared to standard candlesticks.
// 02 — Definition
What is a Heikin-Ashi chart?
A Heikin-Ashi chart (“average bar” in Japanese) is a modified candlestick chart that recalculates the OHLC values using averages, producing smoother candles that make trend identification significantly easier. Instead of plotting the raw open, high, low, and close directly, each Heikin-Ashi candle is derived from a specific set of formulas.
The four Heikin-Ashi values are: HA-Close = average of the actual open, high, low, and close; HA-Open = average of the previous HA candle’s open and close; HA-High = the maximum of the actual high, HA-Open, and HA-Close; HA-Low = the minimum of the actual low, HA-Open, and HA-Close.
This averaging produces a distinctive visual pattern: during strong uptrends, Heikin-Ashi candles have no lower wick (or a very small one) and large green bodies. During strong downtrends, candles have no upper wick and large red bodies. Reversals are signaled by small-bodied candles with wicks on both sides, similar to doji patterns but more reliable because the smoothing filters out noise.
Origin: The Heikin-Ashi technique is attributed to Munehisa Homma, the same 18th-century Japanese rice trader who popularized candlestick charts. The word “Heikin” means “average” and “Ashi” means “bar” or “foot.” The method gained Western popularity through Dan Valcu’s 2004 article in Technical Analysis of Stocks & Commodities magazine.
// 03 — Anatomy
Parts of a Heikin-Ashi candle
// 04 — Usage
When to use it — and when not to
- Identifying and staying in strong trends without getting whipsawed by noise
- You want a clearer visual signal for trend reversals than standard candlesticks
- Swing trading strategies where holding through pullbacks is important
- Filtering out intraday volatility when making position trading decisions
- Confirming trend direction alongside other indicators like moving averages
- Teaching new traders about trend analysis with a less noisy visual
- You need exact price levels for placing stop-loss or take-profit orders
- Scalping or very short-term trading — the averaging introduces lag
- You need to identify precise candlestick patterns (they don’t apply to HA candles)
- Backtesting strategies that depend on actual OHLC prices
- Your analysis requires gap identification — HA candles never gap
- You’re reporting actual market prices to clients or regulators
// 05 — Reading guide
How to read a Heikin-Ashi chart
Follow these steps whenever you encounter a Heikin-Ashi chart in the wild.
Look at the wick structure first
This is the most important reading rule. A green candle with no lower wick signals a strong uptrend. A red candle with no upper wick signals a strong downtrend. The absence of a wick on the trend side means the trend is firmly in control — no counter-pressure is present.
Assess body size for trend strength
Large bodies mean strong momentum. As bodies get smaller, the trend is weakening. Three consecutive candles with shrinking bodies often precede a reversal. Compare the current candle’s body to the previous three to gauge whether momentum is accelerating or decelerating.
Watch for doji-like candles
A small-bodied candle with wicks on both sides is the Heikin-Ashi reversal signal. Unlike standard candlestick doji patterns that can be noise, HA doji-like candles are more reliable because the averaging has already filtered out random fluctuations. These merit close attention.
Count consecutive same-color candles
Heikin-Ashi produces longer runs of same-color candles than standard charts because of the smoothing effect. A string of 5+ green candles with no lower wicks is a strong buy signal. A color change after a long run suggests the trend may be exhausting.
Remember: HA prices are not real prices
The values on a Heikin-Ashi chart are calculated averages, not actual market prices. Never place a trade order at an HA price. Always switch to a standard candlestick or OHLC chart to determine actual entry and exit levels. Use HA for direction, use standard charts for precision.
// 06 — Common mistakes
Mistakes to watch out for
Using HA prices for order placement
The most dangerous mistake. Heikin-Ashi values are synthetic averages, not real market prices. Placing a stop-loss at an HA level means your stop is at a price the market may never have traded at. Always switch to a standard chart when placing actual orders.
Applying standard candlestick pattern names
Patterns like “hammer,” “engulfing,” and “morning star” were developed for actual OHLC data. Applying them to Heikin-Ashi candles is invalid because the HA values are calculated differently. Develop HA-specific reading skills instead — wick absence, body size, and color sequences.
Ignoring the lag inherent in averaging
Because each candle incorporates data from the previous candle, Heikin-Ashi signals are inherently delayed. The first HA candle of a reversal typically appears one or two periods after the actual reversal began. Factor this lag into your analysis, especially on shorter time frames.
Using Heikin-Ashi in isolation
HA charts are best used as a trend filter, not a complete trading system. Combine them with volume analysis, support/resistance levels from standard charts, and momentum oscillators. Relying solely on HA candles ignores critical market context that other tools provide.
Expecting gaps between candles
Standard candlesticks can gap up or down between periods — important signals in gap analysis. Heikin-Ashi candles never gap because each open is calculated from the previous candle. If gap analysis is part of your strategy, HA charts will blind you to these signals entirely.
// 07 — Real-world examples
Where you’ll see Heikin-Ashi charts used
Swing trading: Multi-day position management
Swing traders use Heikin-Ashi on daily and 4-hour charts to stay in trades longer. The smoothed candles help them resist the temptation to exit during minor pullbacks. A typical rule: stay in the trade as long as the HA candles remain green with no lower wicks, and exit when the first red candle appears.
Finance & TradingForex: Trend-following strategies
Currency traders rely heavily on Heikin-Ashi because forex markets trend more consistently than equities. The EUR/USD or GBP/JPY on a 4-hour HA chart can show clear multi-day trends that are invisible on standard candlestick charts due to intraday noise and session overlaps.
Foreign ExchangeAlgorithmic trading: Trend filter component
Quantitative trading systems frequently incorporate Heikin-Ashi as one input in multi-factor models. The HA color and wick structure serve as a binary trend filter: green with no lower wick = allow long entries only; red with no upper wick = allow short entries only. This simple filter dramatically reduces false signals.
Quantitative Finance// 08 — At a glance
Quick reference
// 09 — Variations
Variations and related techniques
Heikin-Ashi belongs to a family of smoothed and time-independent chart types in financial analysis.
Standard candlestick
Uses actual OHLC values without averaging. Better for precise price levels and traditional pattern recognition, but noisier for trend identification.
Renko chart
Uses fixed-size bricks that ignore time entirely. Even more aggressive noise filtering than Heikin-Ashi, but loses all time-based information.
Kagi chart
Uses thick and thin vertical lines based on price direction. Time-independent and reversal-focused, complementing HA’s trend-following approach.
OHLC bar chart
Uses horizontal ticks for open and close on a vertical range line. Shows actual prices with less visual weight than candlesticks, ideal for overlaying indicators.
// 10 — FAQs
Frequently asked questions
What is a heikin-ashi chart?+
A Heikin-Ashi chart ("average bar" in Japanese) is a modified candlestick chart that recalculates the OHLC values using averages, producing smoother candles that make trend identification significantly easier. Instead of plotting the raw open, high, low, and close directly, each Heikin-Ashi candle is derived from a specific set of formulas.
When should you use a heikin-ashi chart?+
Use a Heikin-Ashi chart when identifying and staying in strong trends without getting whipsawed by noise. It also works well when you want a clearer visual signal for trend reversals than standard candlesticks, and when swing trading strategies where holding through pullbacks is important.
When should you avoid a heikin-ashi chart?+
Avoid a Heikin-Ashi chart when you need exact price levels for placing stop-loss or take-profit orders. It is also a poor fit when scalping or very short-term trading — the averaging introduces lag, or when you need to identify precise candlestick patterns (they don’t apply to HA candles).
How is a heikin-ashi chart different from a candlestick chart?+
Both a Heikin-Ashi chart and a candlestick chart can look similar at first glance, but they answer different questions. Reach for a Heikin-Ashi chart when the comparisons and patterns it was designed to reveal match what you need to communicate, and choose a candlestick chart when its particular strengths better fit your data and audience.
Is a heikin-ashi chart suitable for dashboards?+
Yes — a Heikin-Ashi chart can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is a heikin-ashi chart?+
Heikin-Ashi Chart belongs to the Financial family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.