This entry is part of the Chart Index, the reference library for the Chart Design Field Guide.

The candlestick chart is the financial markets' native time-series form. Where a line chart shows a single value per period, a candlestick shows four: open, high, low, close. Each period becomes a small graphic — a candle with a body and two wicks — and the colour and shape of the candle encodes whether the period was up or down and how volatile it was.

The form is centuries old. Japanese rice traders in the 18th century, Munehisa Homma in particular, developed it as a way to read the psychology of a market session, not just its result. Modern algorithmic trading has not displaced it; if anything, it has reinforced candlesticks as the universal visual language of price action.

What it is

A candlestick chart maps a time dimension to position along the x-axis and price to position along the y-axis. Each time period (a day, an hour, a minute) is rendered as a vertical rectangle (the body) bounded by the open and close, with thin lines (wicks or shadows) extending to the high and low. The body is filled or coloured to indicate whether the close was above (up) or below (down) the open.

Index price action — last 60 trading daysASX 200 · daily · open/high/low/close · 2026-Q1

Sixty daily candles across the x-axis. The eye reads the trend (up-candles dominating means a rising market), volatility (long wicks mean intra-day swings), and patterns (a run of small bodies after a big move suggests indecision after a thrust). The chart is dense by design and rewards close reading.

When to use it

Candlestick charts are the right choice when:

  • The data has explicit open / high / low / close per period — exchange-traded prices, auction outcomes, periodic auctions.
  • The reader's question is "what was the price action like?" — direction, volatility, intra-period range.
  • The audience is financial / trading literate — candlesticks are domain-specific.
  • You have moderate density (20–200 candles per chart). Beyond ~300, candles become wicks.

When not to use it

  • Single-value series. If you only have one value per period (a closing price, an index level), use a line chart. The four-value structure is essential to the form.
  • Continuous markets without discrete periods. A high-frequency cross-market price needs a different form — perhaps tick chart or footprint.
  • Non-financial data. Stretching candlesticks to non-OHLC data is a category error; the visual convention is too strongly associated with markets.
  • Audiences unfamiliar with the form. Casual readers see a bar chart with extra lines. Either accompany with a clear legend or use a line chart of closes.

Design principles

Make the body weight bigger than the wick

The body — the open-to-close range — is the most important part. Make it 2–4 pixels wide so it reads as a rectangle, not a stripe. The wicks are thin lines (1 pixel).

Use the colour convention your audience expects

Western charts default to green-up / red-down. Japanese sources default to white-up / black-down. If publishing for a mixed audience, pick neutral colours (the Analysis Report palette uses a teal-magenta divergence) and document it.

Show enough candles to read the trend

A candlestick chart with five candles is just five glyphs. The form needs density to convey rhythm: 30–100 candles per chart is the readable range.

Candlestick anatomy — body, wicks, colour
BULLISHBEARISHDOJI/SMALLMARUBOZU
An up-candle has the body filled from open (bottom) to close (top); a down-candle has the close at the bottom of the body. Wicks extend to the period's high and low.

Use a volume sub-panel

Most candlestick charts have a small bar chart of volume beneath the price panel, sharing the x-axis. Volume gives context: a big body on heavy volume is a meaningful move; the same body on light volume is noise.

Add moving averages sparingly

Overlaying a moving average (or two) on candlesticks helps the eye see trend through the noise. Two MAs is the maximum — more starts to compete with the candles for attention.

Annotate notable events

Earnings dates, regulatory announcements, technical pattern recognitions — these are best marked with a thin vertical guide and a short label. Do not let the annotation dominate the candles.

Resist the urge to use for patterns

Candlestick patterns (hammer, doji, engulfing, etc.) have a long literature in technical analysis. The chart can show them, but the form's job is to display price action faithfully. Pattern recognition is the reader's job (and statistical literature shows the recognition is often retrospective).

Anatomy

The Composition of a Candlestick Chart
95105115125UPPER WICK = HIGHBODY = OPEN → CLOSELOWER WICK = LOW
An anatomical guide

A candlestick chart's anatomy is a row of body + wick glyphs, each encoding four numbers in a few square pixels. The visual language is rich, conventional, and read at a glance by trained eyes.

  • OHLC bar — same four data points, encoded as horizontal ticks rather than a body. Equally information-dense; less visually distinctive.
  • Line chart — closing price only. Smoother, less information per period.
  • Heikin-Ashi — a smoothed candlestick variant that averages adjacent periods.
  • Point and figure — non-time-based price chart for trend trading.
  • Renko / Kagi — price-movement-based bars; ignore time entirely.

Reading list

  • Nison, S. (1991). Japanese Candlestick Charting Techniques. The standard Western reference.
  • Murphy, J. (1999). Technical Analysis of the Financial Markets. Candlesticks in context.
  • Lo, A., Mamaysky, H. & Wang, J. (2000). Foundations of Technical Analysis. On the statistical reality of pattern recognition.