> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/ru/trading/create-order-grid/order-types/limit-order.md).

# Лимитный ордер

Лимитный ордер - это биржевой ордер, который создается по фиксированной цене.

## Создание ордера

Для размещения ордера необходимо:

1. Выбрать <mark style="color:green;">"</mark><mark style="color:green;">**New Long"**</mark> или <mark style="color:red;">**"New Short"**</mark>
2. Выбрать тип ордера ( к примеру L)
3. Выбрать цену ( возможно сделать на графике)
4. Ввести количество или сумму
5. Нажать <mark style="color:green;">"</mark><mark style="color:green;">**Открыть LONG**</mark><mark style="color:green;">"</mark>

<figure><img src="/files/Zi0mJ7KgDzclf46FI9y7" alt="" width="324"><figcaption></figcaption></figure>

Ссылки по теме:

{% content-ref url="/pages/s1UQjoohIWgAPQQOsqIW" %}
[Настраиваемые объемы](/ru/trading/create-order-grid/custom-volume.md)
{% endcontent-ref %}

Лимитный ордер может быть размещен в книге ордеров (создаст ликвидность) или исполнить заявки других участников, в зависимости от крайних цен в книге ордеров и цены создаваемого лимитного ордера.

## Условия для размещения лимитного ордера в книге ордеров

{% hint style="info" %}
**Примечание.** Для лимитных ордеров действует ограничение на максимальное отклонение цены от текущей рыночной (\~5-10%). Ордера с аномально высокой или низкой ценой будут автоматически отклонены.
{% endhint %}

### **Покупка**&#x20;

Цена ордера **Меньше** крайней цены на <mark style="color:red;">**продажу**</mark> в книге ордеров

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

### Продажа

Цена ордера **Больше** крайней цены на <mark style="color:green;">**покупку**</mark> в книге ордеров

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

## Условия для исполнения Лимитного ордера по маркету

### **Покупка**&#x20;

Цена ордера **Больше** крайней цены на <mark style="color:red;">**продажу**</mark> в книге ордеров

<figure><img src="/files/4anB8wfmywA0JIT5JgYN" alt=""><figcaption></figcaption></figure>

### Продажа

Цена ордера **Меньше** крайней цены на <mark style="color:green;">**покупку**</mark> в книге ордеров

<figure><img src="/files/6OHNSxPOLhuvpAkbQsjN" alt=""><figcaption></figcaption></figure>

**Остались вопросы? Поможем в нашем Телеграм-чате.**

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.finandy.com/ru/trading/create-order-grid/order-types/limit-order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
