# Open Orders

Monitor working and partially filled orders, then act on their remaining quantity.

**Open Orders shows orders that can still affect the market or the selected account.** A partially filled order can remain open for its unfilled quantity when its instructions allow it.

![Open Orders](https://media.polyester.com/cdn-cgi/image/width=800,quality=80,format=auto,fit=scale-down/content-assets/a/5a4c4fc2bd5717e51ecb5000ad982e624a0b39b609956f0c10ec73c8e8d75df9/source.webp)

## What the widget shows

Use the Pair and side filters to narrow the table. The available columns include status, type, quantity, filled progress, average price, limit price, trade value, time in force, modifiers, and order identifiers.

Read these values together:

- **Quantity** is the amount originally submitted.
- **Filled** shows how much has already executed.
- **Remaining quantity** is what can still fill or be canceled.
- **Status** shows the current order state in the account view.

Select a row to view details or use the actions currently available for that order, such as modify or cancel.

## Cancel or modify safely

> **A request can race with a fill**
>
> An order can fill before cancellation, fill partially while its remainder cancels, or reach another final state before a modify request arrives. Wait for the resulting order and balance state before assuming exposure is gone.

A successful request does not make its outcome immediate. Preserve the order ID and follow the row until the private account view shows the final result.

## Reconcile after a connection gap

Refresh Open Orders, recent fills, Order Triggers, and Funds. Resume trading only after those private account views agree. Ended orders move to [Order History](https://testnet.polyester.com/docs/user-docs/trade/widgets/order-history).
