Docs·Web App·Bottom Panel

Open Orders tab

Working limit, stop, and conditional orders across every connected account. Drag-to-reprice, inline cancel, multi-cancel, and the per-order detail dialog.

The Open Orders tab lists every working order across every connected exchange account — limits, stops, take-profits, conditional orders, OCO pairs. Each row carries the symbol, side, type, size, trigger / limit price, time-in-force, and the time the order was placed. Drag any row's price to reprice; click the cancel button to cancel inline; right-click for the full action menu.

Open orders tab

Columns

ColumnNotes
TimeWhen the order was placed.
SymbolClick to load into the active chart pane.
SideBUY (green) / SELL (red).
TypeLimit / Stop-Market / Stop-Limit / Take-Profit / TP-Market / Conditional / OCO.
PriceTrigger or limit price; click-and-drag to reprice.
SizeOrder size in base currency.
NotionalSize × price.
TIFTime-in-force — GTC / IOC / FOK / GTD.
Reduce-only✓ if the order can only reduce a position.
StatusNEW / PARTIALLY_FILLED / TRIGGER_PENDING.
Filled %For limit orders that have been partially filled.
AccountMulti-account view.
CancelOne-click cancel button.

Actions (right-click)

ActionWhat it does
CancelCancel this order.
Cancel all on symbolCancel every working order for this symbol on this account.
Cancel allCancel every working order across every symbol and account.
Edit priceInline numeric edit.
Edit sizeInline numeric edit.
Convert to marketCancel + place market for the remaining size.
Cancel + reverseCancel + place the opposite side at market.

Drag-to-reprice

Click the price cell and drag vertically — the row goes into "edit" state, the new price appears in a confirmation chip, release to send the amendment. A small modal confirms before routing. For more control, use right-click → Edit price for a numeric input.

Multi-select

Shift-click rows to select a range; Ctrl-click to add to selection. Then right-click → action applies to every selected row.

Filters

  • By symbol.
  • By order type (Limit / Stop / Conditional).
  • By side.
  • By status.

Common pitfalls

  • Drag-to-reprice fires too easily — disable in the cog menu if you find yourself accidentally repricing. Forces every edit through the numeric dialog instead.
  • Stop-loss showing as TRIGGER_PENDING indefinitely — the trigger logic is local for some order types. Refresh resolves; if it persists, check API connection.
  • Conditional order disappeared after refresh — local-only conditional orders (those without a native exchange equivalent) don't survive browser disconnect. Use native types where possible.

What's next