# Orders

Algorithmic trading tends to generate high quantity of orders. In Volven Terminal you can easily view and manage all open and historical orders across all exchanges in one format.

{% hint style="info" %}
You can search for product, exchange and order type. You can also filter based on order status and order type.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/8f3qwkdbXoDIJqZsW1OM" alt="Live Orders, Crypto Trading "><figcaption></figcaption></figure></div>

| Default Columns | Purpose                                       |
| --------------- | --------------------------------------------- |
| Exchange        | Which exchange the trade was executed         |
| Status          | Buy or Sell order, and order status           |
| Product         | Pair traded with text on hover                |
| Type            | Order type (for example Limit, Market)        |
| Size            | Size of the trade                             |
| Price Limit     | Price limit of the order                      |
| Order Value     | Quote value of the trade                      |
| Filled          | Gauge that fills and shows percentage of fill |
| Time Placed     | The time of the trade                         |
| Actions         | Cancel button to cancel the order             |


---

# 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.volven.io/modules/ui-overview/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.
