> 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/stop-order.md).

# Стоп ордер

Алгоритмический ордер, предоставляемый биржей Binance. При достижении триггерной цены будет создан реальный ордер.

* **Спот**: доступен "Стоп-лимитный" ордер
* **Фьючерсы**: доступны "Стоп-лимитный" и "Стоп-маркетный" ордера

{% hint style="info" %}
Для Стоп-лимитного ордера необходимо задание цены ордера, в которую будет размещен Лимитный ордер после срабатывания триггера.&#x20;
{% endhint %}

К примеру, создается ордер на <mark style="color:green;">**покупку**</mark> (BUY):&#x20;

* Цена триггера = **100**
* Цена ордера = **99.5**

Данная настройка означает, что при достижении цены **100** будет размещён в книге ордеров лимитный ордер на покупку ниже текущей цены на **0.5%** в цене **99.5**.

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

{% hint style="warning" %}
По умолчанию в Стоп-лимитном ордере подставляется цена ордера так, чтобы при достижении триггерной цены ордер был исполнен по маркету.
{% endhint %}

Переключатель на Фьючерсах между Стоп-лимит и Стоп-маркетом

* Стоп-лимит<br>

  <figure><img src="/files/jBseJ94koFYeIpCRBF4t" alt="" width="319"><figcaption></figcaption></figure>
* Стоп-маркет<br>

  <figure><img src="/files/JtinCTaB19BkSRUQxWLA" alt="" width="314"><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/stop-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.
