> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/tables/orders.md).

# Orders

To display this window, from the main menu, select **Tables → Orders**.\
Columns in a table can be hidden, moved, and resized. To save data from the trades table to a file, right-click on the table and select Export in the menu that opens.

<figure><img src="/files/f43L61gUrk8SkekMp9q0" alt=""><figcaption><p>Displaying the list of orders in the Tiger.com Windows terminal</p></figcaption></figure>

The window contains:

* Displaying only the selected type in the orders table
* Enabling / disabling the mode of displaying only active orders
* Cancelling the application highlighted in the table
* Cancelling all active orders displayed in the table

| Column                | Description                                                                           |
| --------------------- | ------------------------------------------------------------------------------------- |
| Connection            | The connection through which the application was sent.                                |
| Order ID              | Unique order identifier assigned by the trading system.                               |
| Time                  | Time of order submission.                                                             |
| Symbol                | Short name of selected instrument.                                                    |
| Action                | Buy - buy, Sell - sell.                                                               |
| Type                  | Order type (Market, Limit, Stop, StopLimit, Trigger).                                 |
| Price                 | Price at which a Limit or StopLimit order type is placed.                             |
| Stop Price            | Price, upon reaching which a Stop, StopLimit or Trigger order type will be activated. |
| <p>Take price<br></p> | <p>The price of the TP order level.<br></p>                                           |
| Quantity              | Full order volume.                                                                    |
| Filled                | Filled order volume.                                                                  |
| Remaining             | Unfilled order volume.                                                                |
| Display Qty           | Visible volume for iceberg orders.                                                    |
| Avg Fill Price        | Average price at which an order is filled.                                            |
| Status                | Current order status (pending, active, filled, canceled, rejected).                   |
| Account               | Account number used to place the order.                                               |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.tiger.com/english/tables/orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
