# Orders

List of current orders and stops for the current instrument only organized by status: Open, Filled, Canceled, Closed, Stops. Open orders may be cancelled individually from this list.&#x20;

Selecting “All” shows open orders for all instruments on the account.&#x20;

Most columns are sortable.

Selecting the open orders presents an option to cancel all orders or only the orders on the buy or sell side for the current instrument only (doesn't include stop orders).

<figure><img src="/files/R47EnUdMQRK5qZTtRkcB" alt=""><figcaption></figcaption></figure>

### Interactivity

#### Edit Order

Clicking the open order's **Price** or **Quantity** presents an input box enabling you to edit either of these attributes. Press enter of click the :white\_check\_mark: button to confirm.

**Multiple Algorithms**

Run multiple TWAPs, chases or swarms at the same time and monitor them in the orders component! To cancel a running algorithm, press the X button on the right.

<figure><img src="/files/O9YFZPg3Hu4gdVSyYn3k" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.insilicoterminal.com/documentation/application-elements/orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
