Home/Chart Types/Financial/Candlestick chart
FinancialIntermediate

Candlestick Chart

A chart that shows the open, high, low, and close prices for each time period as a single “candle” — revealing market sentiment at a glance.

// 01 — The chart

What it looks like

Example — ACME Corp stock price (daily)Mar 2025
$180$170$160$150$140$130MonTueWedThuFriMonTueWedDoji candle

A candlestick chart showing 8 trading days. Green candles indicate the price closed higher than it opened (bullish); red candles indicate the price closed lower (bearish). The doji on Friday signals market indecision.

// 02 — Definition

What is a candlestick chart?

A candlestick chart is a financial visualization that compresses four price data points — open, high, low, and close (OHLC) — into a single visual element called a “candle.” Each candle represents one time period, whether that’s a minute, an hour, a day, or a week.

The thick rectangular body of each candle shows the range between the opening and closing prices. If the close is higher than the open, the candle is colored green (or hollow) — indicating a bullish period. If the close is lower, it’s colored red (or filled) — indicating a bearish period. The thin lines extending above and below the body are called wicks (or shadows), and they show the highest and lowest prices reached during that period.

This design makes candlestick charts far richer than a simple line chart. While a line chart only shows closing prices, each candle tells a complete story of the trading session: where the price started, how far it moved in each direction, and where it ended.

Origin: Candlestick charts were invented by Munehisa Homma, a Japanese rice trader, in the 18th century (circa 1750s). He used them to track rice prices at the Dojima Rice Exchange in Osaka, Japan. Steve Nison popularized them in the Western world with his 1991 book Japanese Candlestick Charting Techniques.

// 03 — Anatomy

Parts of a candlestick chart

ABCDEHighLowBearish(close < open)Bullish(close > open)
A — Upper wick (shadow): Thin line extending above the body, showing the highest price reached during the period
B — Open price: Where the price started at the beginning of the time period (bottom of body for bullish candles)
C — Close price: Where the price ended at the close of the time period (top of body for bullish candles)
D — Body (real body): The thick rectangle showing the range between open and close — its color indicates direction
E — Lower wick (shadow): Thin line extending below the body, showing the lowest price reached during the period

// 04 — Usage

When to use it — and when not to

&check;Use a candlestick chart when…
  • Analyzing stock, commodity, or currency price movements over time
  • You need to see open, high, low, and close data in a single view
  • Identifying market sentiment — whether buyers or sellers dominated each period
  • Looking for price patterns and reversal signals in trading analysis
  • Your audience understands financial charts and OHLC data
  • Comparing volatility across time periods — long wicks indicate high volatility
×Avoid a candlestick chart when…
  • Your audience is unfamiliar with financial charts — candlesticks require learning
  • You only have closing prices — use a line chart instead
  • You want to show a long-term trend overview — line charts are simpler and cleaner
  • Your data isn’t OHLC (open-high-low-close) format
  • You’re comparing multiple securities — candlesticks are best for a single instrument
  • You need to present data to a general, non-financial audience

// 05 — Reading guide

How to read a candlestick chart

Follow these steps whenever you encounter a candlestick chart in the wild.

1

Check the time frame and instrument

First, identify what you’re looking at. Is this a daily chart of a stock, a 1-hour chart of a currency pair, or a weekly chart of a commodity? The time frame completely changes how you interpret patterns — a doji on a 5-minute chart means very little, but on a weekly chart it’s significant.

2

Read the candle color

Green (or hollow) candles mean the close was higher than the open — the price went up during that period. Red (or filled) candles mean the close was lower — the price went down. A string of green candles indicates an uptrend; a string of red indicates a downtrend.

3

Examine the body size

A long body means strong buying (green) or selling (red) pressure. A short body means indecision — neither buyers nor sellers dominated. A candle with almost no body (a “doji”) signals that the market is at an equilibrium point.

4

Analyze the wicks

Long upper wicks mean the price was pushed high but sellers pushed it back down — rejection of higher prices. Long lower wicks mean the price dropped but buyers pushed it back up — rejection of lower prices. Short or absent wicks mean the open/close was near the extreme.

5

Look for patterns across multiple candles

Individual candles are useful, but the real power comes from reading sequences. An “engulfing pattern” (a large green candle after a small red one) suggests a reversal. Three consecutive green candles with increasing body size signal strengthening momentum.

// 06 — Common mistakes

Mistakes to watch out for

Over-relying on single-candle patterns

A “hammer” or “doji” pattern in isolation is weak evidence. These patterns only become meaningful in context — after a sustained trend, at a key support or resistance level, and ideally confirmed by the next candle. Never trade on one candle alone.

Ignoring volume data

A bullish engulfing pattern on low volume is far less significant than one on high volume. Candlestick patterns without volume confirmation are unreliable. Always pair candlestick analysis with volume indicators for more robust signals.

Using the wrong time frame

Patterns that are significant on daily or weekly charts become noise on 1-minute or 5-minute charts. Shorter time frames produce more “false signals” because random price fluctuations create patterns that look meaningful but aren’t. Use the time frame appropriate to your analysis horizon.

Cherry-picking patterns in hindsight

It’s easy to look at past charts and see patterns everywhere. This is hindsight bias — in real-time, these patterns are much harder to identify and far less reliable. Be honest about pattern success rates, which are typically 55–65% at best.

Confusing correlation with causation

Just because a pattern has historically preceded a price move doesn’t mean it caused it. Market moves are driven by fundamentals, news, and institutional flows — not by the shapes of candles. Candlestick patterns are indicators of sentiment, not predictors of the future.

// 07 — Real-world examples

Where you’ll see candlestick charts used

01

Trading: Stock market technical analysis

Day traders and swing traders use candlestick charts as their primary tool for analyzing price action. Platforms like TradingView, Bloomberg Terminal, and thinkorswim default to candlestick views because they convey the most information per unit of screen space.

Finance & Trading
02

Crypto: Cryptocurrency market monitoring

Cryptocurrency exchanges universally display candlestick charts for Bitcoin, Ethereum, and other digital assets. The 24/7 nature of crypto markets makes candlestick time frames particularly important — traders switch between 15-minute, 4-hour, and daily candles depending on their strategy.

Cryptocurrency
03

Commodities: Energy and agriculture price tracking

Oil, gold, wheat, and other commodity futures are monitored with candlestick charts by producers, consumers, and speculators. The pattern recognition helps identify seasonal price cycles and supply-demand imbalances in these markets.

Commodities

// 08 — At a glance

Quick reference

Also known asJapanese candlestick, OHLC chart (variant)
Invented byMunehisa Homma, 1750s (Japan)
Best forAnalyzing price action and market sentiment for a single instrument
Data typesOHLC (Open, High, Low, Close) per time period
Time frames1-minute to monthly; daily most common
Color encodingGreen/hollow = bullish (close > open), Red/filled = bearish (close < open)
Common toolsTradingView, Bloomberg, MetaTrader, D3.js, Plotly, Matplotlib
Common mistakesOver-reading single candles, ignoring volume, wrong time frame, hindsight bias

// 09 — Variations

Types of candlestick charts

The standard candlestick chart has several variants used in financial analysis.

Heikin-Ashi

Uses averaged price values to smooth out noise and make trends more visible. Each candle is calculated from the previous candle’s midpoint, reducing false signals.

OHLC bar chart

Uses horizontal ticks instead of filled bodies. The left tick shows the open price and the right tick shows the close. Favored by some Western traders for its cleaner look.

Hollow candlestick

Bullish candles are drawn as hollow outlines while bearish candles remain filled. This adds a visual distinction that some traders find easier to scan quickly.

Renko chart

Uses fixed-size bricks that only appear when price moves by a set amount. Ignores time entirely, focusing purely on price movement and filtering out minor fluctuations.

// 10 — FAQs

Frequently asked questions

What is a candlestick chart?+

A candlestick chart is a financial visualization that compresses four price data points — open, high, low, and close (OHLC) — into a single visual element called a "candle." Each candle represents one time period, whether that's a minute, an hour, a day, or a week.

When should you use a candlestick chart?+

Use a candlestick chart when analyzing stock, commodity, or currency price movements over time. It also works well when you need to see open, high, low, and close data in a single view, and when identifying market sentiment — whether buyers or sellers dominated each period.

When should you avoid a candlestick chart?+

Avoid a candlestick chart when your audience is unfamiliar with financial charts — candlesticks require learning. It is also a poor fit when you only have closing prices — use a line chart instead, or when you want to show a long-term trend overview — line charts are simpler and cleaner.

How is a candlestick chart different from a line graph?+

Both a candlestick chart and a line graph can look similar at first glance, but they answer different questions. Reach for a candlestick chart when the comparisons and patterns it was designed to reveal match what you need to communicate, and choose a line graph when its particular strengths better fit your data and audience.

Is a candlestick chart suitable for dashboards?+

Yes — a candlestick 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 candlestick chart?+

Candlestick 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.

Next: Waterfall chart