Technical analysis I — price structure
Candles, levels, trend structure, and volume — reading raw price before any indicator touches it.
Candles & timeframes
A candle encodes four prices for its period: open, high, low, close. The body spans open→close; the wicks reach to the extremes. Green (teal here) means it closed above the open, red (coral) below.
The same market looks different on every timeframe — a 5-minute downtrend can live inside a daily uptrend. Pick a primary timeframe that matches how long you hold, and consult one above it for context. Flipping through timeframes hunting for a chart that agrees with you is not analysis.
Candlestick patterns are useful because they compress crowd behavior into shapes: a long lower wick means sellers were overwhelmed; an engulfing candle means one side capitulated. They are probabilistic hints, not commands — always read them at a meaningful level, with volume, never in isolation.
A candle has a long lower wick and a small body near its top, after a downtrend. What happened during that period?
What makes a bullish engulfing pattern meaningful?
Real-time Market Action
You've learned how candlesticks summarize price action over a period of time, but what does the market look like inside those candles? What does the live, beating heart of the exchange actually look like?
Every time a buyer's limit order matches a seller's limit order, a trade executes. In crypto, this happens hundreds of times a second across the globe.
Below is a direct market-data connection to Binance. Historical candles load through REST and the current candle updates through a WebSocket stream when the provider is available. The chart is an observation tool, not evidence that a configuration has an edge.
When a live trade executes and appears on the chart, what does that represent?
Sources, data & review
Reviewed 2026-07-17 · volatile material
Data: live · Binance Spot · Selected USDT pair · Latest 1,000 candles plus WebSocket updates
Limitations: Availability, symbols, intervals, rate limits, and payloads can change; The chart is educational and is not an execution-quality market-data feed
- Binance Developer Documentation — Binance (accessed 2026-07-17) · Official reference for REST market data and WebSocket streams.
Advanced Indicators: Finding the Edge
In trading, an 'edge' is a statistical advantage over the market. To find one, you must understand how to mathematically manipulate raw price data.
Moving Average (MA): The simplest way to smooth out price action. It takes the average close price over N periods. By stacking multiple MAs (like 7, 25, and 99), you can identify short-term momentum vs long-term trend.
Exponential Moving Average (EMA): While an MA treats all data equally, an EMA applies more weight to recent prices. This makes it react faster to new information, which is critical in fast-moving crypto markets.
Bollinger Bands (BOLL): Price is wrapped in bands a chosen number of rolling standard deviations from a moving average. A band touch describes price relative to that rolling sample; it does not by itself predict mean reversion.
VWAP (Volume Weighted Average Price): VWAP weights transacted prices by reported volume over a defined session or sample. It is a benchmark, not a universal estimate of every participant's entry price.
Click the ⚙️ Indicators button below. Compare how settings change lag and noise, then write a precise rule and validate it on unseen data before calling it an edge.
Why might a trader prefer an EMA over a simple MA for a short-term strategy?
Support, resistance & trend structure
Support is a price area where buying has repeatedly appeared; resistance is where selling has. Levels work because of memory: traders who bought at a level defend it, trapped sellers exit flat at it, and algorithms anchor to it. The more times a level is tested and holds, the more meaningful — and the more violent the eventual break.
Trend is structure, not slope: an uptrend is a sequence of higher highs and higher lows; a downtrend, lower lows and lower highs. The trend changes when that sequence breaks — not when a pundit calls it.
Level holds again
Memory confirmed. The level gains weight for next time.
Clean break + retest
Old resistance becomes new support — the classic continuation entry.
Break that instantly reverses
A trap / stop sweep. Often marks the true turn, against the breakout crowd.
HH-HL chain breaks
Trend structure damaged. Tighten risk — the easy phase is over.
What defines an uptrend structurally?
Volume: the conviction meter
Volume measures participation. A move on heavy volume was paid for — many participants repriced. The same move on thin volume is a rumor: easily reversed, often engineered. Volume doesn't predict direction; it grades the *quality* of the move you're watching.
Breakout + heavy volume
Real participation. The breakout has fuel and defenders.
Breakout + thin volume
Suspect. Nobody committed — high failure rate, classic trap.
Rally, volume fading
Fewer buyers at each new high. Trend is aging — tighten stops.
Capitulation spike
Massive volume at a low after a long decline — forced sellers flushing out. Often near the end.
A resistance breakout happens on well-below-average volume. How should you read it?
Chart patterns without the mysticism
Multi-candle patterns are supply-and-demand stories, not magic geometry. A range is balance — neither side winning. A flag is a pause in a trend while profit-takers are absorbed. A double top is demand failing twice at the same price. Name the story and you don't need to memorize a hundred shapes.
| Pattern | The story | Typical resolution |
|---|---|---|
| Range / consolidation | Balance — both sides absorbing | Breaks toward the prior trend more often than not |
| Bull flag | Uptrend pauses; sellers absorbed quietly | Continuation up on volume expansion |
| Double top / bottom | Demand (supply) fails twice at a level | Reversal once the neckline breaks |
| Head & shoulders | Final higher high fails, structure breaks | Reversal — the classic distribution shape |
| Wedge | Momentum compressing into the apex | Sharp resolution, direction from context |
What is the underlying 'story' of a bull flag?