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.

Columns
| Column | Notes |
|---|---|
| Time | When the order was placed. |
| Symbol | Click to load into the active chart pane. |
| Side | BUY (green) / SELL (red). |
| Type | Limit / Stop-Market / Stop-Limit / Take-Profit / TP-Market / Conditional / OCO. |
| Price | Trigger or limit price; click-and-drag to reprice. |
| Size | Order size in base currency. |
| Notional | Size × price. |
| TIF | Time-in-force — GTC / IOC / FOK / GTD. |
| Reduce-only | ✓ if the order can only reduce a position. |
| Status | NEW / PARTIALLY_FILLED / TRIGGER_PENDING. |
| Filled % | For limit orders that have been partially filled. |
| Account | Multi-account view. |
| Cancel | One-click cancel button. |
Actions (right-click)
| Action | What it does |
|---|---|
| Cancel | Cancel this order. |
| Cancel all on symbol | Cancel every working order for this symbol on this account. |
| Cancel all | Cancel every working order across every symbol and account. |
| Edit price | Inline numeric edit. |
| Edit size | Inline numeric edit. |
| Convert to market | Cancel + place market for the remaining size. |
| Cancel + reverse | Cancel + 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_PENDINGindefinitely — 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
- Positions — the position context behind these orders.
- Order History — see cancelled / rejected orders too.
- Quick trade — place orders from the chart.