Skip to content

DOM ladder

The DOM ladder is a tick-gridded view of the order book built for click-to-trade. Each row is a price tick (grouped by N), with bids on one side and asks on the other, plus resting quantity and cumulative depth. Click a price to work an order there, shift-click to take it at market, and right-click for a bracket dialog. Working orders, your position, and recent fills all sit on the same ladder.

Where: DOM panelExtras: CVD sparkline, whale walls
📷
Screenshot needed
id: trading-dom-ladder

The DOM ladder with bids and asks, working orders, a position marker, and the fills list

suggested 1280x720

Rows step by price tick, optionally grouping several ticks per row so a deep book fits on screen. Each side shows the size resting at that level and a running cumulative depth, so you can read where the walls and the thin spots are. A whale-wall highlight flags unusually large resting size, and a CVD sparkline tracks cumulative volume delta beside the ladder.

The ladder is also your order surface. Clicking places orders at the row you click; your working orders overlay on their price rows (click one to cancel), your live position is marked on the ladder, and recent fills list at the bottom. Use the wheel to scroll the ladder up and down through price.

  1. Open the DOM panel and set the number of rows and the tick grouping to fit the book you’re trading.

  2. Set your order size and pick a safety mode - Arm (confirm before submit) or 1-Click.

    📷
    Screenshot needed
    id: trading-dom-ladder-controls

    DOM controls: rows, grouping, size, safety, and bracket ticks

    suggested 640x480
  3. Click a bid or ask to work a limit there; shift-click to take it at market; right-click for the bracket dialog.

  4. Manage from the ladder: click a working order to cancel it, read your position marker, and scan the recent fills at the bottom. Wheel scrolls the ladder.

ActionResult
Click a bid / askPlace a limit order at that price
Shift-clickPlace a market order
Right-clickOpen the bracket dialog
Click a working orderCancel it
WheelScroll the ladder through price
SettingValuesWhat it does
DOM rows5–200How many price rows to show
Tick groupingTicks per rowCompresses depth into wider rows
Order sizeSizeSize used by click-to-trade
SafetyArm / 1-ClickConfirm before submit, or fire immediately
BracketsStop ticks / target ticksAuto-attach a stop and target in ticks
Entry typeLimit / StopOrder type placed on click