# Limit

<figure><img src="/files/Do5g9oHRoCr3o8qwJIHG" alt=""><figcaption><p>Execution with Limit</p></figcaption></figure>

A **Limit Order** allows traders to set a **maximum purchase price (for buys)** or **minimum selling price (for sells)**. Unlike market orders, limit orders provide **price control** but do **not guarantee execution**.

**How It Works**

* A **buy limit order** executes **only at the limit price or lower**.
* A **sell limit order** executes **only at the limit price or higher**.
* If the market price does not reach the limit price, the order remains **open until filled, modified, or canceled**.

**When to Use a Limit Order**

* **Price Control** – Ensures execution at a **desired price or better**.
* **Avoiding Slippage** – Protects against **unfavorable price movements**, especially in volatile markets.
* **Passive Execution** – Helps **reduce trading fees** by avoiding taker fees.
* **Retail-Sized Orders** – Works well for **smaller trades** that do not significantly impact market liquidity.

**Considerations**

* **No Execution Guarantee** – If the market **never reaches the limit price**, the order may remain unfilled.
* **Partial Fills Possible** – Orders may be **partially executed** if there is **insufficient liquidity** at the limit price.
* **Not Ideal for Large Trades** – Large limit orders may become **visible in the order book**, potentially influencing market behavior.

This order type is best for traders who **prioritize price control over immediate execution** and are willing to wait for optimal conditions.

<br>


---

# 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/creating-and-submitting-orders/strategies/limit.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.
