> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/ru/birzha/torgovlya/tipy-orderov/limitnyi-order.md).

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

**Limit Order** позволяет вам установить максимальную цену, которую вы готовы заплатить при покупке, или минимальную цену, которую вы готовы принять при продаже.

### **Когда использовать?**

* Когда вы хотите контролировать точную цену входа или выхода.
* Подходит для терпеливых трейдеров, ожидающих благоприятных рыночных условий.

***

{% hint style="info" %}

#### **Ключевые моменты**

Исполнение не гарантировано — ордер будет исполнен только в том случае, если рынок достигнет или превысит установленную вами цену.
{% endhint %}

***

#### Почему мой лимитный ордер был исполнен как рыночный ордер?

* Логика лимитного ордера такова:
  * Ордер на **покупку** будет исполнен по цене **≤ установленной вами цены**.
  * Ордер на **продажу** будет исполнен по цене **≥ установленной вами цены**.
* Если вы **не** включите опцию **Post Only**, система немедленно сопоставит ваш ордер с существующими ордерами в книге ордеров, если ценовое условие удовлетворено.
* Чтобы гарантировать, что ваш ордер всегда размещается в книге ордеров как ордер **Maker**, вам нужно отметить **Post Only**. В противном случае ваш ордер может быть немедленно исполнен как ордер **Taker**.

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

**Пример:**

* Вы устанавливаете **лимитный ордер на покупку** BTC/USD по цене 30,000.
* Текущая лучшая цена ask составляет 29,900.
* **Результат:** Система немедленно исполнит ордер по цене 29,900 вместо того, чтобы разместить его по цене 30,000 для ожидания.


---

# 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://support.backpack.exchange/support-docs/ru/birzha/torgovlya/tipy-orderov/limitnyi-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.
