DEV Community

NydarTrading
NydarTrading

Posted on • Originally published at nydar.co.uk

How to Read Crypto Order Books (And Why Most Traders Ignore Them)

Most traders watch the price go up and down and try to guess what happens next. The order book shows you why it's moving.

We know this because we almost made the same mistake. When we planned Nydar's widget lineup, the order book was near the bottom of the priority list. Chart? Essential. Watchlist? Obviously. Order book? "We'll get to it."

Then we started beta testing with real traders, and the first question from every experienced one was: "Where's the order book?"


What We Learned Building It

The order book shows every limit order waiting to be filled — all the bids (buyers) and asks (sellers) stacked on either side of the current price.

        SELL ORDERS (Asks)
        ──────────────────
$42,150     │  12.5 BTC
$42,100     │  18.3 BTC
$42,050     │  14.4 BTC  ← Lowest ask
═══════════════════════════
$42,000     │  21.1 BTC  ← Highest bid
$41,950     │  34.2 BTC
$41,900     │  58.7 BTC
        ──────────────────
        BUY ORDERS (Bids)
Enter fullscreen mode Exit fullscreen mode

Simple enough on the surface. But when we started watching real order flow during development, patterns jumped out that no indicator captures.


Three Things That Surprised Us

1. Walls lie. During testing we watched a 2,000 BTC sell wall at $45,000 vanish two seconds before price reached it. Spoofing — someone placed it to scare off buyers, then pulled it. This happens constantly in crypto, especially on lower-liquidity pairs. We've seen it on ETH/BTC, SOL/USDT, and even BTC/USDT during low-volume Asian session hours. We added wall-tracking to help users see when large orders appear and disappear, but the lesson is clear: never assume a wall will hold. If you can't see the historical order book — whether that wall has been sitting there for hours or just appeared five minutes ago — you're missing crucial context.

2. Imbalances predict short-term direction. When bids heavily outweigh asks — say 5:1 — price usually pushes up. Not always, not for long, but consistently enough that our traders started using it as a real-time bias indicator. It's supply and demand visible in real-time, before the candle prints. The key insight is timing: imbalances of 3:1 or higher tend to resolve within minutes, not hours. By the time a 15-minute candle closes showing the move, the order book already showed it developing. That's the edge — you're reading cause, not effect.

3. The spread tells you more than you think. Tight spread ($1–5 on BTC) means liquid, easy in-and-out. Wide spread ($50+) means slippage risk. Some of our users started checking the spread before entering any altcoin trade. If the spread is wide, the entry is already underwater. We've seen users lose 0.3–0.5% just on the entry of an altcoin trade because they didn't check the spread first. On a position targeting 2% profit, that's a quarter of the upside gone before the trade even moves in your favour.


How Experienced Users Actually Use It

Based on what we've observed from usage patterns and feedback:

Support confirmation. Before buying a dip, check the bid side. Stacked bids below current price confirm that real money is waiting to defend the level. 500+ ETH bid across three levels below a $2,485 dip is structural support — not just a line on a chart. Compare that to a dip where the bid side is thin — 20 ETH total across five levels. Same price, completely different risk profile. The order book tells you which dips are worth buying and which are knives.

Breakout validation. Thin ask side (orders being pulled) signals that sellers expect higher prices. If there's only 10–20 BTC of resistance for the next $200, even moderate buying pressure can push price up fast. We've seen moves of 1–2% happen in under a minute when an ask wall gets pulled — the vacuum above creates an acceleration zone. Watching for asks being cancelled in real-time is one of the highest-signal patterns our experienced users rely on.

Avoiding bad entries. See a 1,000 BTC sell wall at $42,500? Buying at $42,400 means your upside is capped until serious buying volume absorbs that wall. Better to wait for it to break or look elsewhere. One of our users put it well: "The order book tells me where not to trade, and that's worth more than a signal telling me where to trade."

Timing exits. This one gets overlooked. If you're in a profitable long and you see massive asks stacking up $100 above current price, that's your warning that the move might stall. Taking profit before running into a wall is better than watching your unrealised gains evaporate as the wall absorbs all buying pressure.


What It Won't Do

It's a snapshot, not a forecast. Orders get pulled, hidden orders (icebergs) only show a fraction of their true size, and OTC desks trade off-book entirely. The visible order book is a subset of real liquidity — some estimates suggest less than half of actual volume in crypto goes through the visible book.

Iceberg orders are particularly deceptive. An order might show 5 BTC on the book but actually be 500 BTC, refilling as each visible tranche gets consumed. If price keeps hitting a level and bouncing but the book looks thin, an iceberg is likely at work. You can sometimes spot them through order flow — the executed volume at a level far exceeds what was visible on the book.

For swing trades lasting days or weeks, chart patterns and fundamentals matter more than the current bid-ask layout. The order book shines for day trades and scalping. If your holding period is measured in days, the book you see today will be completely different tomorrow.


Pairing It With Other Tools

The order book pairs naturally with order flow (seeing large trades execute in real-time), volume delta (historical record of aggressive buying vs selling), and Level 2 data for deeper price levels.

We built all three as separate widgets so you can combine them however you like. The Order Flow + Order Book combination has become one of the most common two-widget pairings on our platform.


Try It

Nydar's order book and Level 2 widgets show live data for crypto pairs, with paper trading if you want to practise reading depth before risking real capital.

Open the dashboard →


Questions about order books or market depth? Email us at support@nydar.co.uk.


Originally published at Nydar. Nydar is a free trading platform with AI-powered signals and analysis.

Top comments (0)