Concept

Order-book Imbalance

Order-book Imbalance is a Volume & Order Flow concept. First implementations are in the build queue: the write-up leads, the indicators follow.

What is order-book imbalance?

Order-book imbalance measures the asymmetry between resting buy and sell liquidity in the limit order book. When substantially more size sits on the bid side than the ask side across some depth, the book is buy-imbalanced, and the standard normalized measure ranges from -1 (all asks) to +1 (all bids). It is a snapshot of stated passive intent: what participants are currently willing to do at displayed prices, as opposed to what they have already done.

The measure exists because market microstructure research has repeatedly found that top-of-book imbalance carries short-horizon predictive information: when the bid queue is much larger than the ask queue, the next price move is more likely to be up, essentially because the thin side is the one more easily exhausted. This effect is strongest over seconds to minutes and decays quickly, which is why order-book imbalance is a staple input in high-frequency and market-making models rather than a swing-trading tool.

Discretionary traders care about it as a real-time weather reading on the DOM: persistent one-sided depth near the touch colors expectations for the next push, and a sudden flip in imbalance often precedes a short burst of movement. The honest caveats are significant. Displayed depth is only part of true liquidity, hidden and iceberg orders are invisible to the measure, and because the input is displayed rather than executed, it is directly gameable by spoofing and layering.

How it's calculated

The common normalized form compares resting bid and ask volume over a chosen number of book levels.

OBI = (V_bid - V_ask) / (V_bid + V_ask)
V_bid: total displayed volume resting on the bid side across the first n levels
V_ask: total displayed volume resting on the ask side across the first n levels
n: number of depth levels included (top-of-book uses n = 1)

OBI ranges from -1 to +1, with positive values indicating heavier bid-side depth.

Variants weight deeper levels less, for example by exponential decay in distance from the mid price, since liquidity far from the touch matters less.

There is no single canonical depth choice; results are sensitive to n and to how hidden liquidity is treated.

How traders use it

  • Short-horizon direction bias: scalpers and market-making models lean on top-of-book imbalance as one of the better statistical predictors of the next tick, while accepting that its edge decays within seconds to minutes.
  • Queue-position decisions: a trader working a passive order uses imbalance to judge whether their queue is likely to get filled or run over, joining the heavy side less eagerly than the light side.
  • Confirmation at levels: an approach into support with the bid side stacking is read differently from the same approach into an emptying bid, adding a liquidity dimension to level-based trades.
  • Regime and pressure flips: a sustained sign flip in imbalance, especially alongside agreeing volume delta, often marks the start of a short directional burst.
  • Knowing when not to trust it: around news, in thin books, and on venues with little surveillance, displayed depth is least reliable, so many practitioners down-weight the measure exactly when it looks most extreme.

Order-book imbalance vs neighboring measures

Bid-ask imbalance: Closely related and often conflated: bid-ask imbalance is usually computed from executed trades at bid versus ask, while order-book imbalance is computed from resting quoted depth. One measures what traded, the other what is waiting.

Volume delta: Delta aggregates aggression that already happened. Order-book imbalance is forward-looking stated intent, which is cheaper to fake but available before the trade occurs.

Auction open/close imbalances: Auction imbalances are exchange-published unmatched interest for the opening and closing crosses only. Order-book imbalance is a continuous measure throughout the session.

Related concepts · Order-flow & microstructure

Concept family

Volume & Order Flow

88 concepts mapped · 88 in the Library

Order-book Imbalance FAQ

Does order-book imbalance predict price?

At very short horizons, yes, on average: academic and practitioner studies commonly find top-of-book imbalance among the stronger predictors of the next price move. The edge is small, decays in seconds to minutes, and is largely harvested by fast participants.

How many levels of depth should I include?

There is no standard. Top-of-book is most predictive for the immediate tick, while including 5 to 10 levels gives a smoother, slower reading. Deeper levels should generally be weighted less.

Can imbalance be manipulated?

Yes, and this is its central weakness. Spoofed size inflates one side of the measure without any intention to trade, which is why trade-based measures like delta are harder to game.

Is order-book imbalance useful for swing trading?

Rarely. Its information content decays far too fast to inform multi-day positions. Swing traders get more from volume and profile tools than from the live book.

Build Order-book Imbalance your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.