How timeframe changes a candle
Lesson 4 · about 9 min
Every candle on a higher timeframe is built from the candles below it, and the rule for building it is simple. Once you can do the arithmetic in your head, you will stop being fooled by patterns that appear on one timeframe and vanish on another.
The aggregation rule
To build one 1-hour candle from twelve 5-minute candles:
- Open = open of the first 5-minute candle
- Close = close of the last 5-minute candle
- High = highest high of all twelve
- Low = lowest low of all twelve
That is the whole rule. Four 15-minute candles make an hour, roughly 6.5 hours make a stock trading day, five days make a week.
| 15-min | Open | High | Low | Close |
|---|---|---|---|---|
| 1 | 100.00 | 100.60 | 99.80 | 100.50 |
| 2 | 100.50 | 101.40 | 100.40 | 101.30 |
| 3 | 101.30 | 101.50 | 99.20 | 99.40 |
| 4 | 99.40 | 99.90 | 99.00 | 99.80 |
Resulting 1-hour candle: open 100.00, high 101.50, low 99.00, close 99.80.
15-minute view 1-hour view
|
+---+ |
| | | | +---+
+---+ | | +---+ |###|
| | +---+ |###| | +---+
+---+ |###| +---+ |
| |###| | | |
|###| +---+ |
+---+ | |
|
The hour is a small bearish candle (body 0.20) with an upper wick of 1.50 and a lower wick of 0.80. On its own it reads as a rejection of the highs with some support underneath. The 15-minute candles show the full story: a rally, a violent reversal, a partial bounce. Both readings are correct. They are different resolutions of the same data.
What gets destroyed
Aggregation keeps the extremes and the endpoints. It throws away:
- Sequence. The hour candle does not know the high came before the low.
- Sub-candle structure. The strong 15-minute engulfing candle (bar 3) simply disappears.
- Intra-period levels. The 100.40 low that held on bar 2 is gone.
The lower timeframe always contains strictly more information. It also contains strictly more noise, because each candle is built from fewer trades and random fluctuations are proportionally bigger.
Key idea: A higher-timeframe candle is a summary. It cannot show anything the lower timeframe did not contain, but it can hide a great deal that the lower timeframe did.
Why patterns come and go
This is the mechanism behind a frustrating experience: you spot a perfect hammer on the 1-hour chart, switch to the 15-minute, and see nothing of the kind. The hammer's long lower wick was two 15-minute candles of selling followed by two of buying. Neither of those four candles is a hammer. The pattern only exists at the resolution where those four candles are merged.
The reverse also happens. A dramatic 5-minute engulfing candle is invisible on the daily, where it is a slight wiggle inside a larger body.
Neither version is "the true one". A pattern is a description of a fight over a particular window of time. The question is whether the window you chose matches the window your trade will play out over. If you plan to hold for days, the 5-minute engulfing is irrelevant. If you plan to be out within the hour, the daily candle is background.
Closes are timeframe-specific
Lesson 1 said the close is the decisive number. Add: it is decisive for its own timeframe. A 5-minute close above a level is a weak claim, because there are 78 of them in a stock session and the next one can reverse it. A daily close above the same level is a much stronger claim, because it survived a full session of everyone who might have sold into it. A weekly close is stronger still.
When this course says "wait for a close above the level" in Module 5, it means a close on the timeframe you are trading, and it means you accept that higher-timeframe closes are more reliable and lower-timeframe closes are earlier. That trade-off never goes away.
Session boundaries matter
On instruments with a defined session (stocks, index futures during regular hours), the daily candle has a natural start and end that everyone agrees on. On 24-hour markets, the "daily" candle depends on which hour your platform uses as midnight. A crypto daily candle on one exchange can close at 00:00 UTC and on another at 00:00 New York time, and the two daily charts will show different hammers and different engulfing candles. Check your platform's setting and be consistent. If you ever compare notes with another trader and your candles disagree, this is the first thing to check.
Volume and timeframe
The volume bar under a 1-hour candle is the sum of the volume under the twelve 5-minute candles. That is intuitive. What is less intuitive is that "high volume" is also timeframe-relative: a 5-minute candle with three times its average volume can sit inside an hourly candle with perfectly ordinary volume. Compare volume against the same timeframe's average, just as you do with range.
Try it: Pick any four consecutive 15-minute candles on any chart and write down their OHLC. Build the 1-hour candle by hand using the rule above, then switch your chart to the 1-hour timeframe and check. Do this three times. Once it feels obvious, you will never again be surprised that a pattern on one timeframe is missing on another.
Recap
- Higher-timeframe candle: open of the first, close of the last, highest high, lowest low.
- Aggregation keeps extremes and endpoints and destroys sequence, sub-structure and intra-period levels.
- A pattern exists at the resolution that merges the right sub-candles; it is not "real" or "fake" on other timeframes, just absent.
- A close is decisive for its own timeframe; higher-timeframe closes are more reliable, lower ones are earlier.
- On 24-hour markets, the daily candle depends on the platform's session start; be consistent.