Smart Money Concepts — or SMC — has become one of the most-searched topics among traders in recent years, and for good reason: it's a structured way to try to read the chart from the point of view of those who move the market, rather than those moved by it. But it's also a topic wrapped in mystique, sold by "gurus" as a magic formula. This guide does the opposite: it explains each concept honestly, visually, and makes clear where the real value is and where the hype is.
I'll build from the foundation up: first the core idea (what "smart money" is), then market structure, and only then the famous concepts (order block, fair value gap, BOS, CHOCH). Each with a drawn diagram, because SMC is visual by nature — trying to learn it from text alone is frustrating.
01What "Smart Money" is
"Smart money" is the nickname for the big market participants: banks, funds, institutions. They trade volumes so large that they can't enter and exit without leaving footprints on the chart — and the premise of SMC is precisely to learn to read those footprints.
The logic goes like this: when an institution wants to buy billions, it can't simply buy it all at once — that would spike the price against itself. So it needs liquidity: orders on the other side to absorb its own. And where is that liquidity? Concentrated exactly where the retail trader places their stops. SMC tries to map that dynamic.
The honesty this requires: SMC is a model for reading, not revealed truth. No one actually sees the institutional orders. What SMC does is infer behavior from price patterns. It's useful as an analysis framework — not as a crystal ball. Anyone promising a 90% win rate with SMC is selling a course.
02Market structure: the foundation
Before any sophisticated concept, you need to see the structure. An uptrend makes higher and higher highs and lows. A downtrend makes lower and lower highs and lows. Simple as that — and it's the basis of everything in SMC.
Memorize this nomenclature, because everything in SMC is built on it: HH (higher high), HL (higher low), LL (lower low), LH (lower high).
03BOS and CHOCH: continuation vs. reversal
These two are where SMC starts to have decision-making power. Both describe what happens when price breaks a prior structure — the difference is the direction of the break relative to the trend.
BOS — Break of Structure
The BOS is the break that confirms the continuation of the trend. In an uptrend, when price breaks the last high (HH) and makes a new high above it, that's a bullish BOS — the trend continues strong.
CHOCH — Change of Character
The CHOCH is the first sign of reversal. In an uptrend, when price — for the first time — breaks a low (HL) to the downside instead of making a new high, the "character" of the market has changed. It's the warning that the uptrend may be ending.
Rule of thumb: BOS = "follow the trend." CHOCH = "pay attention, it may be turning." SMC traders use the CHOCH as an alert trigger and the subsequent BOS (in the new direction) as entry confirmation.
04Order Block: the institutional footprint
The order block (OB) is probably SMC's most famous concept. The definition: it's the last accumulation candle before a strong, impulsive move. The idea is that, on that candle, large institutional orders were placed — and when price returns to that region, those "residual" orders tend to defend the level.
In practice: in an uptrend, the buy order block is the last down candle before a strong sequence of up candles. When price comes back to test that candle, the SMC expectation is that it acts as support.
05Fair Value Gap: the imbalance
The fair value gap (FVG), also called an imbalance, happens when price moves so fast that it leaves a gap — a price range that wasn't properly "traded." It's identified by a three-candle pattern where there's a space between the wick of the first and the wick of the third.
The SMC premise: the market "dislikes" imbalance and tends to return to fill that gap before continuing. That's why traders use the FVG as a target (price should come back there) or as an entry zone (enter when the gap is filled).
Want to automate detecting these patterns?
Order blocks and FVGs can be identified by code. See how to build a bot that maps these zones.
06Liquidity: where it all connects
Liquidity is the concept that ties the whole of SMC together. As we said at the start, institutions need liquidity to execute large orders. And that liquidity accumulates in predictable places: above highs and below lows, exactly where retail places its stops.
Hence the "stop hunt" phenomenon: price makes a quick move to break an obvious high/low, triggers the stops accumulated there (generating liquidity), and then reverses in the opposite direction. To the retail trader, it looks like "the market went exactly to my stop and came back." To SMC, it's the institution collecting liquidity before the real move.
07Putting it all together: a complete SMC setup
Now that you have the pieces, here's how an SMC trader combines them into a decision. The typical flow:
- Identify the trend from the structure (HH/HL or LL/LH).
- Wait for a CHOCH that signals a possible reversal, or a BOS that confirms continuation.
- Mark the order block that originated the move.
- Identify the fair value gap left by the impulse.
- Wait for price to return to the OB/FVG zone (the "value entry").
- Enter with a stop on the other side of the order block and a target at the next liquidity zone.
The warning every course hides: SMC isn't magic. These concepts describe probabilistic tendencies, not certainties. Order blocks fail, FVGs go unfilled, stop hunts are sometimes just... price falling. SMC improves your reading of context, but it needs strict risk management (see our strategy guide) because you will be wrong a fair share of the time.
08Quick SMC glossary
09Frequently asked questions
Does SMC actually work or is it hype?
It's a legitimate analysis framework, used by many traders, but it's not a magic formula. It works as a way to read context and probability — not as a guaranteed-win system. Anyone selling SMC as "90% accuracy" is selling a course, not reality. Use it alongside strict risk management.
Does SMC work for futures markets?
Yes. The concepts are market-agnostic — they work on index futures, Forex, crypto. The logic of structure, liquidity and order blocks is independent of the asset. Many futures traders use SMC.
What's the difference between SMC and traditional price action?
SMC is an evolution/branch of price action, with a specific focus on institutional behavior and liquidity. Classic price action focuses on candle patterns and support/resistance; SMC adds the layer of "why" price moves (liquidity collection, order-block mitigation).
Which platform do I need to apply SMC?
Any platform with a good chart works — TradingView is the most popular because it's easy to mark zones. For automation, you can program order-block and FVG detection in Pine Script or in MT5 bots.
Can you automate SMC in a bot?
Partially. Structure detection (HH/HL), order blocks and FVGs can be coded. The context judgment (which OB is most relevant) is harder to automate well. It's a great study project — see our bot-building guide.
Want to practice SMC with automation?
Download our sample bot and study material — code that detects structure and zones, commented line by line.
Download the free material →