# Limit order

A limit order is an exchange order that is created at a fixed price.

## Creating order

Order placement requirements:

1. Select <mark style="color:green;">**"New Long"**</mark> or <mark style="color:red;">**"New Short"**</mark>
2. Select Order type ( for example - L)
3. Enter price ( can be done on the graph)
4. Enter an amount or volume
5. Click <mark style="color:green;">**"Open LONG**</mark><mark style="color:green;">"</mark>

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/826a2192-1098-47fd-9ff0-bb3e26c18486/image.png" alt="" width="375"><figcaption></figcaption></figure>

Related references:

{% content-ref url="/pages/RleezYOpaeYX4IPV8buc" %}
[Customisable volumes](/trading/create-order-grid/custom-volume.md)
{% endcontent-ref %}

When placing a limit order, it can either add liquidity to the order book or match with existing orders, depending on the prices involved.

## Limit Order Conditions in the Order Book

{% hint style="info" %}
**Note:** Limit orders are subject to a price deviation restriction from the current market price (\~5-10%). Orders with anomalously high or low prices will be automatically rejected.
{% endhint %}

### Buying

Order price must be **lower** than the extreme <mark style="color:red;">**selling**</mark> price in the order book

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/2c4891f8-07b8-4366-8a3e-0616ef3b9828/image.png" alt=""><figcaption></figcaption></figure>

### Selling&#x20;

Order price must be **higher** than the extreme <mark style="color:green;">**buying**</mark> price in the order book

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/d2c36c45-6627-45c5-9f12-c5dbecbfe7d3/image.png" alt=""><figcaption></figcaption></figure>

## Limit order conditions for market price execution

### Buying

Order price must be **higher** than the extreme <mark style="color:red;">**selling**</mark> price in the order book

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/ee5ffa9c-b00a-4903-9552-c85604a439ec/image.png" alt=""><figcaption></figcaption></figure>

### Selling

Order price must be **Lower** than the extreme <mark style="color:green;">**buying**</mark> price in the order book

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/2955243f-364a-4ddb-ab3e-579d63ff3127/image.png" alt=""><figcaption></figcaption></figure>

**Do you have any questions? We can help you in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# 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.finandy.com/trading/create-order-grid/order-types/limit-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.
