# Pause Order

The **Pause Orders** feature allows traders to **temporarily stop an in-progress order** without canceling it, providing flexibility to respond to market conditions in real time.

#### **How It Works**

<figure><img src="/files/TUCN7dQw8g3RbLKwkSAu" alt=""><figcaption><p>Execution with Pause Orders</p></figcaption></figure>

1. Click **Pause** on an **active order** to halt execution.
2. The **execution trajectory chart** will display a **gray area** indicating paused periods (see image).
3. When resumed, the order **continues execution based on current market conditions** without attempting to "catch up" to the original schedule.

#### **Limitations**

* **Unavailable for Target Time Orders** – The **Pause function is not supported** for orders using the **Target Time strategy**.
* **Automatic Cancellation** – Orders **paused for more than 24 hours** will be **automatically canceled**.

The **Pause Orders** feature provides traders with **greater execution control**, allowing them to **adjust their strategy** without committing to a full cancellation.


---

# 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.tread.fi/order-tracking-and-portfolio-management/manage-order/pause-order.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.
