Direct answer
A candlestick chart is a way to visualize price movement over fixed time periods. Each candlestick summarizes four values—open, high, low, and close—for that period—using a body and upper/lower “wicks” (shadows). Beginners should treat candlesticks as a descriptive tool: they can help you read what happened during the period, but they do not by themselves guarantee what happens next.
Mechanism and definition
A candlestick chart converts time-series price data into repeated “candles.” For each time interval (for example, one hour, one day, or any other timeframe chosen by the chart), the candlestick shows:
- Open: the starting price at the beginning of the interval.
- High: the maximum price reached during the interval.
- Low: the minimum price reached during the interval.
- Close: the price at the end of the interval.
The body of the candlestick represents the range between open and close. The wick lines represent how far price traveled beyond the body to reach the high and the low.
Basic interpretation conventions often use color: a “bullish” candle typically means the close is higher than the open, while a “bearish” candle typically means the close is lower than the open. Color is a convention from the software, so always verify what your charting tool uses rather than assuming a universal meaning.
Example with explicit assumptions (no live data): If, during a selected time interval, the open is 100, the high is 110, the low is 95, and the close is 105, then the candle body spans 100→105 and the wicks span 105→110 (upper) and 100→95 (lower). Another interval could use different values and produce a different shape, even if the overall direction seems similar.
Evidence, common use, and what to check
Beginners often look for shapes such as long upper wicks, small bodies, or “doji-like” candles (where open and close are close together). The key verification mindset is: you should be able to independently confirm the candle’s values from the underlying open/high/low/close data your platform provides.
Scenario-impact (realistic): Suppose two charts use the same timeframe label, but one chart is based on different underlying data (for example, different feeds or a different session definition). A beginner may see different candle shapes and assume the market changed, when the difference may be due to data handling.
Possible consequence (impact): Misreading candle geometry can lead to incorrect conclusions about short-term balance between buyers and sellers.
Control point: For any claim about “what the candle means,” first check the underlying OHLC numbers for that specific time period and verify that your platform is consistent with your interpretation (time boundaries, timezone handling, and whether prices are adjusted or raw).
Limitations and risks (material failure modes)
Candlestick charts have important limitations:
-
Pattern descriptions are not automatic forecasts. Even if a chart pattern is historically common, that relationship does not ensure similar future results. Markets change, and outcomes vary.
-
Timeframe selection changes appearance. A candle on a shorter timeframe can have very different high/low excursions than a candle on a longer timeframe, so “the same idea” may not look the same.
-
Context matters more than a single candle. A candle shape by itself can be ambiguous. For example, a small body could reflect indecision, but without considering nearby candles and the broader movement, it is easy to overinterpret.
-
Data and execution differences can distort comparisons. If you compare charts built from inconsistent datasets or different chart settings (scales, session definitions, adjustments), you may be reasoning from mismatched inputs.
-
Visualization choices can mislead. Different chart types (linear vs. logarithmic scale), zoom levels, and rendering settings can change how large moves “look.” The underlying OHLC values still define the candle, but your perception can be biased by the display.
Verification or next question
Before relying on any “candlestick meaning,” verify three things using your charting tool’s displayed or downloadable OHLC values: (1) the candle’s open/high/low/close correspond to the candle you see, (2) the timeframe boundaries are what you think they are, and (3) your interpretation is descriptive (what happened during the interval) rather than predictive (what will happen next).