Concept
Iceberg Detection
Iceberg Detection is a Volume & Order Flow concept. First implementations are in the build queue: the write-up leads, the indicators follow.
What is iceberg detection?
Iceberg detection is the practice of inferring hidden order size at a price level from the way visible liquidity behaves. An iceberg order shows only a small displayed quantity on the DOM while the bulk of the order waits hidden; each time the visible tip is consumed, the exchange automatically replenishes it from the reserve. The result is a level that keeps absorbing aggressive orders while its displayed size never seems to shrink, like the tip of an iceberg above a much larger mass.
Icebergs exist because displaying full size is costly. A visible 2,000-lot bid invites other participants to trade ahead of it or to lean on it, and it telegraphs institutional intent. Hiding the reserve lets a large participant accumulate or distribute at a chosen price with less information leakage. Exchanges support this natively through iceberg or reserve order types, and some venues flag the resulting executions in ways that specialized feeds can pick up, which is why exchange order flags matter to detection tools.
Traders care because a confirmed iceberg is direct evidence of a large passive participant defending a specific price. That turns an anonymous level into a meaningful one: a fade against the iceberg has a natural stop, and a break through it signals that serious size was consumed. The limits are real, though: detection is inference, the hidden reserve can be cancelled at any time, and refill patterns can be mimicked by many small unrelated orders arriving at the same price.
How to identify a likely iceberg
Detection compares what traded at a level against what was ever displayed there, so it needs the tape and the book together.
- 1Watch a level where executed volume keeps accumulating while the displayed quantity repeatedly snaps back to a similar size after each hit.
- 2Compare traded volume to displayed volume: when far more has traded at the price than was ever visible at once, hidden replenishment is the natural explanation.
- 3Check price behavior: aggressive orders keep hitting the level but price does not go through, the classic absorption signature; on a footprint chart this prints as heavy volume with no progress.
- 4Note the refill rhythm: exchange-native icebergs replenish instantly and mechanically, while human-refreshed orders arrive with irregular delays.
- 5Confirm the level's significance: icebergs tend to appear at references worth defending, and a liquidity heatmap showing persistent interest at the same price strengthens the case.
How traders use it
- Trading with the defender: a detected iceberg bid gives a location for longs with a tight invalidation, since the trade idea dies if the reserve is consumed or pulled.
- Reading breakout quality: when price finally chews through a level that had been absorbing heavily, the move carries more conviction because known size was defeated, not just a thin quote.
- Grading support and resistance: levels backed by demonstrated hidden size are weighted more heavily than levels that merely look clean on a chart.
- Feeding footprint analysis: iceberg activity is one of the mechanisms behind heavy-volume, no-progress prints studied in footprint charts, so the two reads reinforce each other.
- Respecting the failure mode: an iceberg proves presence, not commitment. The owner can cancel the reserve instantly, so detection informs location and risk, never certainty of a hold.
Iceberg detection vs adjacent concepts
Absorption: Absorption is the price-and-volume outcome: heavy aggression, no progress. An iceberg is one specific mechanism that produces it, identified by refill behavior rather than by the stall alone.
Manipulation footprints: Spoofed size is displayed with no intent to trade and vanishes when approached. An iceberg is the mirror image: real intent to trade with size deliberately not displayed.
Block trades: A block moves size in one negotiated print. An iceberg moves size passively at one price over time, absorbing whatever crosses the spread.
Related concepts · Order-flow & microstructure
Concept family
Volume & Order Flow
88 concepts mapped · 88 in the Library
Iceberg Detection FAQ
Can icebergs be detected on a normal candlestick chart?
Not directly. The signature lives in order book refills and per-price traded volume, so you need DOM data, a footprint chart, or a dedicated detection tool. On candles you only see the downstream effect, a level that refuses to break.
Are iceberg orders legal?
Yes. They are standard exchange-supported order types, unlike spoofing. Hiding size you genuinely intend to trade is permitted; displaying size you intend to cancel is not.
Do detection tools actually work?
They work best on centralized order-book markets like futures, where refill events are observable and sometimes flagged. Accuracy degrades in fragmented equity markets and anywhere the tool must infer refills from noisy data.
What happens when an iceberg is fully consumed?
The defended level disappears, and price often moves quickly through it because the participants who were leaning on that liquidity must reposition. Many traders watch for exactly that moment.
Build Iceberg Detection your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.