> 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/algo-trading/signals-tradingview/interface/stop-loss.md).

# Стоп лосс (SL)

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

### 1. Включён

Если включён, то при открытии позиции будет добавлен Стоп-лосс.

### 2.1.  Уровень Стоп-лосса в % от цены безубытка

При открытии позиции ордер Стоп-лосса будет размещен на расстоянии, указанном в % от цены Безубытка позиции.

Например, если **Long** позиция была открыта (с учётом всех комиссий на вход и выход) по цене **200** и указано в настройке отклонение **3%** (как на скриншоте выше в п.2), то СЛ будет размещён в цене = 200 х (100 - 3) / 100 = **194.**

### 2.2.  Уровень Стоп-лосса в % от средней цены сетки ордеров

При открытии позиции ордер Стоп-лосса будет размещен на расстоянии, указанном в % от средней цены всей сетки ордеров. Если размещен будет 1 ордер, то СЛ будет рассчитан от этого уровня.

### 3. Цена Стоп-лосса точная

Указывается точная цена, в которой будет размещён ордер Стоп-лосса. \
Если вам необходимо передавать цену по сигналу, то установите галочку слева от названия опции, чтобы в коде сообщения появилась данная настройка. [Подробнее →](/ru/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md)

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

{% hint style="warning" %}
Если указан и **%** и **точная цена**, то последнее имеет приоритет. То есть СЛ будет установлен в заданную цену, а не рассчитываться от % смещения.
{% endhint %}

### 4. Тип ордера

{% content-ref url="/pages/x7imJIfNeGI88QGH5loq" %}
[Типы ордеров](/ru/trading/create-order-grid/order-types.md)
{% endcontent-ref %}

### 5. Перестановка уровня

Если включено, то после усреднения цены позиции **СЛ** переместится на такое же расстояние до цены позиции, что было до усреднения. Подобнее в видео:

{% embed url="<https://www.youtube.com/watch?v=QOdPclm5W-Q>" %}

### 6. Обновление настроек по сигналу

{% content-ref url="/pages/Dn4mwOCIGUvAyD3HNBlj" %}
[Обновление настроек по сигналу](/ru/algo-trading/signals-tradingview/update-settings-by-signal.md)
{% endcontent-ref %}

### **7. Управление** опцией в сигнале

{% content-ref url="/pages/R67DDPZvML34KguhnI7b" %}
[Управление опцией в сигнале](/ru/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md)
{% endcontent-ref %}

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

{% 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/algo-trading/signals-tradingview/interface/stop-loss.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.
