# Limit

<mark style="color:green;">**Limit Orders**</mark> are a specific type of order that allows you to set a **fixed price** at which you want to open a <mark style="color:green;">**Long**</mark> or <mark style="color:red;">**Short**</mark> position.Unlike [Market](/easyx/start-trading/or-easyx-guide/creating-a-trade/market.md) **Orders**, which execute immediately at the current market price, <mark style="color:green;">**Limit Orders**</mark> provide you with more precise control over the price points of your trades. &#x20;

<figure><img src="/files/r4DZg6RaA6uDesKVoJYK" alt=""><figcaption></figcaption></figure>

Please note that <mark style="color:green;">**Limit Orders**</mark> may take longer to complete compared to [Market](/easyx/start-trading/or-easyx-guide/creating-a-trade/market.md) **Orders,**  because they wait for the specified price to become available in the market.

{% hint style="success" %}
When using <mark style="color:green;">**Limit Orders**</mark>, you should monitor the [Orders](/easyx/start-trading/or-easyx-guide/orders.md) tab to stay informed about any pending orders. This way, you can evaluate whether you still wish to proceed with those orders based on changing market conditions.

Remember, you have the flexibility to <mark style="color:orange;">**cancel**</mark> an unfilled order at any time if you decide not to proceed with it.
{% endhint %}


---

# 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.easyx.trade/easyx/start-trading/or-easyx-guide/creating-a-trade/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.
