Direct answer
A candlestick chart in forex works by converting a stream of price changes into fixed time buckets. For each selected time period (for example, 1 minute, 1 hour, or 1 day), the chart draws one “candle” that summarizes four values: the opening price, the highest price reached, the lowest price reached, and the closing price within that period. The chart therefore provides an easy-to-check visual record of how price moved during each interval.
Candlestick charts do not by themselves predict future price. They are a visualization method: they turn historical price data into a repeatable input-output display that you can verify using the underlying open, high, low, and close values.
Simple model: what a candlestick represents
A single candlestick represents one time interval. The candle has two parts:
- Body: typically drawn between the open and close prices for the period.
- Wicks (or shadows): extend from the body to the high and low prices reached during the same period.
From these parts you can derive basic, checkable facts about that period:
- The direction of the period depends on whether the close is above or below the open.
- The range depends on the difference between the high and the low.
- The “shape” reflects how much of the range occurred between open/close versus how much occurred as extremes (through wicks).
In plain terms, candlesticks are a compact summary of open, high, low, close for a timeframe you choose.
Inputs, outputs, and the calculation sequence
To understand “how it works,” it helps to separate what is provided from what is produced.
Inputs
- Price data for the forex instrument.
- A timeframe that defines each candle’s boundaries (e.g., a 15-minute interval).
- A data source (the feed or platform dataset you use). Different platforms can show different quoted prices and time alignment.
Output
For every candle/time bucket, the chart outputs four values:
- Open: the first available quoted price at the start of the interval.
- High: the maximum quoted price seen in the interval.
- Low: the minimum quoted price seen in the interval.
- Close: the last available quoted price at the end of the interval.
Sequence (conceptual steps)
- Split time into intervals using your selected timeframe.
- Collect the prices that fall within each interval.
- Compute open/high/low/close for that interval using the first, max, min, and last prices.
- Draw one candle whose body spans open to close, and whose wick spans low to high.
- Repeat for each subsequent interval to form the chart.
Worked mini-example (with explicit assumptions)
Assume a 1-hour timeframe for a single forex instrument, and assume the platform has the following quoted values during one hour (you do not need to know what happened inside each second; only the extrema and endpoints matter for the candle):
- At the start of the hour, the open is 1.2000.
- During the hour, the highest quoted value is high = 1.2040.
- During the hour, the lowest quoted value is low = 1.1985.
- At the end of the hour, the close is 1.2030.
From these values:
- The candle body runs from open (1.2000) to close (1.2030).
- The upper wick reaches high (1.2040).
- The lower wick reaches low (1.1985).
If instead the close were below the open, the body would run in the opposite direction and the period would be described as “down” by convention. The key is that the candle is always built from the four values for that exact interval.
How people use candlesticks (without turning it into predictions)
People commonly read candlesticks as descriptions of behavior inside each interval:
- A large body suggests open and close were far apart, meaning the interval’s end points differ substantially.
- Long wicks suggest prices temporarily reached extremes but did not remain there by the open/close.
- Short wicks and a body concentrated near one side can suggest less movement beyond the body’s range.
However, any interpretation depends on context:
- The timeframe changes what counts as the “high” and “low” for a candle.
- The instrument’s trading behavior and liquidity conditions affect how wicks and bodies appear.
Candlestick “patterns” (for example, multi-candle formations) are descriptions of shapes across several intervals. They can be checked against historical candles, but they are not guaranteed to produce a particular future result.
Material limitations and failure modes
Even though the candlestick mechanism is straightforward, several limitations can affect how useful (or misleading) the visualization may be.
1) Timeframe sensitivity
Because each candle aggregates data into a fixed interval, changing the timeframe can change the candle’s open/high/low/close. A setup that looks one way on a 5-minute chart may look different on a 1-hour chart.
2) Data source differences
Candlestick charts rely on the prices provided by your charting platform or feed. Differences in quoting, timestamp alignment, or data availability can change open/high/low/close values for some intervals.
3) “Shape” does not equal causation
A candle’s geometry is a result of recorded prices, not a cause of future price changes. Interpreting the future from shapes alone can lead to false confidence.
4) Costs and execution reality
Forex trading outcomes depend on factors outside the candle itself, such as costs (for example, spreads or commissions) and execution timing. A chart built from mid or quote data may not directly represent the prices you would experience after costs.
5) Incomplete information and historical dependence
Candlestick visuals are based on historical records. Historical relationships—even when they appear consistent—do not ensure the same behavior will occur again under different market conditions.
Verification and next question to ask
To independently verify what a candlestick chart is doing, you can:
- Pick one candle and list its timeframe boundaries.
- Identify the candle’s reported open, high, low, and close values from the charting interface.
- Confirm that the wick extremes match the highest and lowest prices recorded within that interval.
If you want to go one step deeper, a useful next question is how a candle-based display connects to a worked calculation across multiple candles (for example, how to compute and compare opens/closes across consecutive intervals) or how timeframe aggregation changes the same underlying price movement.