Order Flow Scalping: How to Read the Book

TL;DR

Order flow scalping means trading from executed volume and resting liquidity instead of candles. You read the order book for resting limit orders, the tape for executed trades, and a footprint chart for volume split by buyer and seller at each price. Positions last seconds to minutes.

What is order flow scalping?

Order flow scalping is short-term trading driven by transaction data rather than by chart patterns. The inputs are the order book, the trade tape and volume printed at each price level. Holding time runs from a few seconds to a few minutes.

A candle tells you four numbers: open, high, low, close. Order flow tells you how price got there. It shows whether a move up was bought aggressively with market orders or drifted up because sellers stepped away, where limit orders sat, and whether they were filled or pulled.

That matters at scalping horizons. Over a day, an indicator built from closing prices is usually good enough. Over ninety seconds, the close of a one-minute candle is a coincidence of timing. What moves the next tick is the balance between resting liquidity and the market orders hitting it.

Three consequences follow. You need raw data, not a smoothed derivative of it. Execution speed and hotkeys matter more than a large indicator library, because the edge decays inside seconds. And costs dominate: at ten to fifty trades a day, taker fees and slippage are the biggest line in the account, so venue and fee tier are part of the strategy.

Order flow does not predict. It describes the current auction in high resolution.

How do you read an order book?

The order book, or DOM, is a live ladder of unfilled limit orders. Bids sit below the current price, asks sit above, and the gap between the best bid and best ask is the spread. Reading it means tracking how that resting size changes, not just how big it is right now.

Work through it in a fixed order:

  1. Check the spread Widening spread means liquidity is thinning and slippage on a market order is about to get worse.
  2. Compare total size on each side Heavier resting bids than asks is imbalance. It is information, not a signal, because limit orders can be cancelled instantly.
  3. Find the large single levels One outsized order acts as a temporary wall. Watch whether it absorbs incoming market orders or disappears before price reaches it.
  4. Watch refresh behaviour A level that keeps being replenished after every hit is a participant defending a price. A level that vanishes is a spoof or a cancelled quote.
  5. Follow price through the level Absorption is when heavy volume trades into a wall and price does not move. That is the part worth waiting for.

Two warnings. Depth far from mid is mostly noise in crypto, since those orders are nowhere near filling. And the book is intent, not commitment: on Binance or Bybit perps, much of the visible depth is cancelled before it ever trades. Confirm what the book suggests with what the tape prints.

What does a footprint chart show that a candle does not?

A footprint chart, also called a cluster chart, splits every candle into the volume executed at each individual price inside it, and separates market buys from market sells. A candle gives you one volume number per bar. A footprint gives you a distribution.

That changes what you can see. Two bars can close at the same level on the same volume, while one traded most of its size at the low with heavy buying and the other at the high with heavy selling. On a normal chart they look identical. On a footprint they are opposite stories.

The patterns are concrete. A cluster far larger than its neighbours marks a price where a lot of business was done, and price often reacts there on a retest. Buying that dries up at the top of a bar while price stalls suggests aggression met a passive seller. A single-print area with almost no volume shows price moved through fast, with no acceptance.

Bin size is the setting people get wrong. Too fine and every cluster looks significant. Too coarse and the distribution flattens back into a candle. In MetaScalp the native cluster chart sets the bin anywhere from 0.1 ticks up to a full candle, so you match resolution to the symbol's tick size instead of accepting a fixed preset.

What is delta, and why does it matter?

Delta is market buy volume minus market sell volume over a chosen period. Positive delta means aggressors were mostly buying with market orders. Negative delta means they were mostly selling. It is the single cleanest measure of who is paying the spread to get filled.

It comes in three forms. Delta per cluster sits inside each price level of a footprint chart. Delta per bar is the net for a whole candle. Cumulative delta runs as a line, so you can compare its slope with the slope of price.

The useful reading is divergence. Price makes a new high while cumulative delta does not: buyers kept lifting the offer but price stopped rewarding them, which means passive sellers were absorbing. Price makes a new low on shrinking negative delta: selling pressure is fading. Neither is a trade on its own. Both are reasons to look closer at the book at that level.

Two caveats. Delta is classified by which side crossed the spread, so the exchange's trade-side tagging defines it and venues can differ. And a large negative delta with no price movement is not bearish, it is absorption. Read delta together with price response, never alone.

How is the tape different from the order book?

The tape is the record of trades that actually happened. The order book is the queue of orders waiting to happen. The book shows intent that can be cancelled at zero cost. The tape shows completed transactions that cannot be undone.

Tape reading is watching that stream for rhythm and outliers: a burst of prints in one direction, a single unusually large fill, a sudden pause, repeated same-size prints that suggest one algorithm slicing an order. Most platforms highlight prints above a size threshold you set, because the eye cannot filter a fast stream unaided.

The pairing is what makes it work. A wall of bids means little until you see the tape hitting it and the wall holding. Size sold into a level while the bid does not move is absorption you can verify. The same size sold with the bid dropping three ticks is a level breaking. Only the book tells you which.

Timeframe is a setting. A tape aggregated by seconds stays readable in fast conditions where a raw stream does not. Scrolling back to the book state as it was at a specific print turns tape reading into something you can review after the session instead of a memory exercise.

What software do you need to trade order flow?

You need three things: a raw depth and trade feed from the venue, a chart engine that renders footprint and volume profile, and execution wired to hotkeys. A browser trading page gives you the first in shallow form and none of the rest, which is why order-flow traders run desktop software. The established names are worth knowing before you pick anything.

Tool What it gives you Main market focus Licensing
Bookmap Liquidity heatmap showing resting orders over time, plus tape and volume dots. Strongest visual for how depth builds and disappears. Futures and crypto Tiered plans, check current pricing
Quantower Multi-asset platform with footprint, volume profile, DOM and a large connection list. Broad and configurable. Futures, stocks, crypto Free and paid plans
Sierra Chart Very deep charting and study engine with C++ scripting. Steep learning curve, high ceiling, minimal interface. Futures first Paid monthly packages
Jigsaw Execution-focused DOM and tape tools built around speed and order handling rather than analytics breadth. Futures first Paid licence
MetaScalp Native cluster footprint and volume profile plus embedded TradingView charts, orderbook window with tape and clusters combined, many simultaneous orderbooks, hotkey trading, Python and TypeScript SDK. Crypto-first: 36 connected venues, 18 with full trading, the rest read-only market data Free, no subscription tier. Windows 10/11 only

Where MetaScalp fits: a free native Windows 10/11 terminal aimed at crypto order flow, covering CEXs like Binance, Bybit, OKX and Bitget alongside native perp DEXs including Hyperliquid, Lighter and AsterDex. API keys stay on your machine, encrypted with the OS keychain, and orders go straight to the exchange. It is free because exchange broker programs pay a rebate, not because there is an upsell later.

The honest limitations: it is Windows only today, with no macOS or Linux build (macOS is in evaluation), and the product is young and in active development. If you are on a Mac, Bookmap or Quantower are the realistic choices. If you trade crypto on Windows and do not want a subscription, it is worth a look.

Try it on live data

MetaScalp is a free download for Windows 10 and 11. Native build, no account tiers, API keys stored locally.

Download for Windows

What do traders ask most about order flow?

Can you read order flow on a normal exchange website?

Partly. An exchange web page shows a shallow order book and a short trade list, which is enough to see the spread and large prints. It does not give you a footprint chart, per-price delta, historical book replay or hotkey execution. Those need a desktop platform that stores the raw stream locally.

Is order flow scalping suitable for beginners?

It is one of the harder styles to start with. Decisions happen in seconds, fees and slippage hit every trade, and the data is easy to misread. Most traders learn faster by watching the book and tape on a replay, or on an exchange test account, for weeks before risking capital, and by trading one liquid symbol only.

Does order flow analysis work in crypto?

Yes, with a caveat. Crypto exchanges publish full depth and every executed trade through public websocket feeds, so the raw data is richer than in many traditional markets. The caveat is fragmentation: Binance, Bybit, OKX and perp DEXs each have their own book, so flow on one venue is not the whole market.

What is the difference between DOM trading and footprint trading?

DOM trading works from the live ladder of resting limit orders and the current best bid and ask. Footprint trading works from executed volume printed at each price after the fact. The DOM shows intent that can be cancelled. The footprint shows completed transactions. Most order-flow traders watch both side by side.

Do you need a paid platform to trade order flow?

No. The established order-flow platforms, Bookmap, Sierra Chart, Jigsaw and Quantower, are deep and mostly sold on paid plans, though some of them offer a limited free tier. Free options exist too, including MetaScalp, which is a Windows-only desktop terminal funded by exchange broker rebates rather than subscriptions. Test any platform against live data before committing to it.

What should you take away from this?

  • Order flow scalping reads executed volume and resting liquidity, not candle shapes.
  • The book shows intent that can be cancelled. The tape shows transactions that cannot. Confirm one with the other.
  • A footprint splits a candle into volume per price with buys and sells separated, which is where absorption becomes visible.
  • Delta measures who crossed the spread. Its value is in divergence against price, not the raw number.
  • Bookmap, Quantower, Sierra Chart and Jigsaw are the paid standards. MetaScalp is a free crypto-focused option, Windows only.

Risk disclaimer. This article is educational and is not investment advice or a solicitation to trade. Trading cryptocurrency and leveraged derivatives carries a high risk of loss, and on margin products you can lose more than your initial deposit. Order-flow data describes transactions that have already happened, it does not predict future prices. Nothing here promises any profit, return or success rate. Trade only capital you can afford to lose.