# Стоп ордер

Алгоритмический ордер, предоставляемый биржей 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: 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/ru/trading/create-order-grid/order-types/stop-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.
