Reading the Order Book and Open Interest
Read the live buy/sell ladder and open interest to see where price can move, and where it can't.
Spend two minutes with the ladder above before you read on. Notice three things: sellers (asks) sit on top, buyers (bids) sit below, and there is a small gap in the middle. That gap is where every trade is priced. Once this picture clicks, the order book stops looking like noise and starts telling you where you can get in and out.
The order book is just a live queue
The order book is the real-time list of everyone waiting to buy or to sell right now. Buy orders are called bids. Sell orders are called asks (or offers). Each line shows a price and a size: how many contracts are parked there, waiting for someone to take the other side.
Nothing here has happened yet. These are intentions, not trades. A trade only happens when a buyer and a seller agree on a price. The order book is the crowd standing at the door before it opens.
The spread is the toll you pay to trade now
Look at the middle of the ladder. The lowest price a seller will accept is the best ask (100.03). The highest price a buyer will pay is the best bid (100.01). The gap between them, 0.02, is the spread.
The spread matters because if you want in immediately, you buy at the ask and, to get out immediately, you sell at the bid. You lose the spread on the round trip before the market has moved at all. On a busy, liquid market the spread is tiny. On a quiet or exotic one it can be wide, and that gap is a real cost, quietly multiplied by your leverage.
Depth tells you how hard the price is to move
Depth is how much size is stacked at each price. In the diagram, the bar length shows it. A long bar means lots of contracts are waiting there. A short bar means very few.
Depth is the single most useful thing a beginner can read off the book. Thin depth (short bars) means a modest order eats through several price levels and pushes the price against you. That extra cost is called slippage: the difference between the price you expected and the price you actually got. Thick depth means you can trade real size and the price barely flinches.
Rule of thumb: the price moves easily where the book is thin. That is true both when you trade and when a whale trades.
Depth and slippage: the actual math
Say you market-buy 100 contracts. The ask side looks like this:
| Price | Size here | Running fill |
|---|---|---|
| 100.03 | 15 | 15 |
| 100.04 | 55 | 70 |
| 100.05 | 22 | 92 |
| 100.06 | 35 | 127 |
You sweep 15 @ 100.03, 55 @ 100.04, 22 @ 100.05, then the last 8 @ 100.06.
Average fill price:
(15·100.03 + 55·100.04 + 22·100.05 + 8·100.06) / 100 = 100.0423
You wanted 100.03 (the best ask) but paid 100.0423. That 0.0123 gap is slippage, on top of the spread. Now imagine the same order in a book where 100.03 held 500 contracts: you would have filled the whole thing at 100.03 with zero slippage. Same order, same size, different depth, very different price. That is why depth is not a detail.
Open interest: how many bets are actually live
Open interest (OI) is the total number of contracts currently open and not yet closed. It is not volume. Volume counts how much traded today; OI counts how many positions are still standing right now.
Every contract has a long on one side and a short on the other. When a new buyer and a new seller open a position together, OI goes up by one. When both sides close, OI goes down. So OI is a headcount of live bets, and its direction tells you whether money is flowing in or draining out.
Price and OI together: the real tell
Price alone tells you what happened. OI tells you whether people are committing. Read them together:
- Price up + OI up = fresh money opening new longs. New conviction behind the move. The strongest kind of trend.
- Price up + OI down = shorts buying back to close (short covering), not new buyers. The move can fizzle once the trapped shorts are out.
That one distinction saves beginners from chasing a rally that is really just shorts running for the exit.
The full price + OI + volume grid
| Price | OI | What it usually means |
|---|---|---|
| Up | Up | New longs, real conviction. Trend has fuel. |
| Up | Down | Short covering. Rally may be running out of sellers to squeeze. |
| Down | Up | New shorts piling in. Downtrend with conviction. |
| Down | Down | Longs giving up and closing. Selling pressure may be exhausting. |
Add volume as a confirmer: a big price move on rising OI and high volume is the most trustworthy signal; the same move on falling OI and thin volume is the most suspect. None of these are guarantees, they are odds. Use them to weight a decision, not to replace a stop-loss.
Why thin books get hunted (liquidation dynamics)
On high leverage, your position auto-closes at a liquidation price. Clusters of leveraged traders often sit at similar, obvious levels (just under round numbers, recent lows). When the book above or below is thin, it takes surprisingly little size to push price into that cluster.
The chain reaction: a modest push moves price into the thin zone, the first liquidations fire, and a forced liquidation is itself a market order that eats more depth, pushing price further and triggering the next batch. A little shove becomes a cascade, price snaps back once the stops are cleared.
This is why the same wick appears again and again in illiquid, high-leverage markets, and why survival means smaller size, wider buffer, and healthy suspicion of the round numbers where everyone else parks their liquidation. The order book is not just information; in a thin market it is a map of where the pain is stacked.
Quick knowledge check
What is the spread, and why does it cost you? It is the gap between the best bid and best ask; you cross it on entry and exit, losing it before the market even moves.
Price is rising but open interest is falling. What is likely happening? Short covering, shorts buying to close, not new buyers, so the rally may be weaker than it looks.
Why is thin depth dangerous on high leverage? Small orders move price a lot (slippage), and thin books let price reach liquidation clusters easily, triggering cascades.
Sources
- CME Group, Understanding Open Interest: educational explainer on OI vs. volume.
- SEC (Investor.gov glossary), Bid-Ask Spread: definitions of book structure, depth, and spread.
- CFTC (Glossary), Open Interest, and Almgren et al. (academic), Direct Estimation of Equity Market Impact: definitions of the open-interest signal and market-order slippage.