> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/orders.md).

# Orders

Panel for managing active orders, monitoring their statuses, and performing operations with orders.

### Main Elements

* **Markets** — switch between different types of trading markets
* **Control buttons** — operations with selected orders
* **Orders table** — central area with information on all orders
* **Filter panel** — tools for searching and sorting orders

### Table Information

* **Symbol** — trading pair
* **Date/Time** — order creation time
* **Side** — buy or sell
* **TP** — take profit (profit target)
* **SL** — stop loss (loss limit)
* **TS** — trailing stop
* **Open by** — where the order came from
* **Emulation Mode** — simulation or real trading
* **Order Type** — execution method
* **Price** — order execution price
* **QTY** — asset volume
* **USDT Size** — total value in USDT
* **Filled** — execution percentage
* **Status** — current order state
* **Table management** — select displayed columns in the table

### Order Statuses

* **New** — order created and awaiting execution
* **Partially filled** — order not fully executed
* **Filled** — order fully executed
* **Canceled** — order canceled by user

### Order Operations

#### Bulk Operations

* **Cancel** — cancels selected orders
* **Cancel all** — cancels all orders at once

#### Individual Order Operations

* **Cancel** — cancels order
* **TP** — enable, disable, and edit take profit
* **SL** — enable, disable, and edit stop loss
* **TS** — enable, disable, and edit trailing stop

### Filters

* **Search** — search orders by trading pair name
* **By order type** — Limit, Market
* **By side** — buys and sells
* **By source** — filter by order source


---

# 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:

```
GET https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/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.
