> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/stop-loss.md).

# Стоп-лосс

При входе в позицию (покупке монеты) ордер Stop Loss позволяет защитить ваши потери и ограничить убытки в случае, если рынок пойдет против вас. Ордер Stop Loss закроет позицию (продаст монеты) при достижении максимального процента убытка, который вы готовы терпеть. Всё, что нужно сделать для его настройки — ввести процент.

Чтобы добавить Stop Loss к вашему ордеру, нажмите «+SL» в форме настройки свопа:

<figure><img src="/files/1c90605e8c89ed9a462ab35afc60819dac4065da" alt="" width="563"><figcaption></figcaption></figure>

Введите максимальный процент убытка, который вы готовы терпеть, в поле «Stop Loss» — и можете продолжать:

<figure><img src="/files/17bdb22c249da82575d2213f9060adb49012b509" alt="" width="563"><figcaption></figcaption></figure>

Как только ваш основной ордер выполнится, мы автоматически откроем ордер Stop Loss на продажу точного количества полученных вами монет и рассчитает место срабатывания триггера на основе фактической цены исполнения основного ордера и вашего процента Stop Loss:

<figure><img src="/files/35f9da334230c0691520e425c1b305c1a2d527f2" alt="" width="563"><figcaption></figcaption></figure>

Вы можете видеть, что я купил 1 DEGEN на Base по цене 0.000010770 ETH, и система разместила ордер Stop Loss на продажу 1 DEGEN на 5% ниже (по 0.000010231 ETH).

Если рынок пойдет против меня и цена упадет до моей цели Stop Loss, Stop Loss сработает, и своп будет отправлен на биржу.

***

Вы можете подключить Stop Loss к любому ордеру: Swap, Limit или Trailing.

Вы можете установить процент Stop Loss в диапазоне от 0.1% до 99.9%.

Вы можете подключить только Stop Loss к вашему основному ордеру — если вы готовы позволить монете «бежать» и ещё не решили, когда зафиксировать прибыль, но хотите защитить свои потери.

Или, если вы знаете, какую прибыль считаете приемлемой, вы можете также подключить [Тейк-профит](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/teik-profit.md) ордер — сделав его [комбо TP + SL](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/kombo-tp-+-sl.md).

***

Скоро: Trailing Stop Loss, перенос Stop Loss в безубыток, расчёт реализованной и нереализованной прибыли/убытка для основного ордера.


---

# 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.goodcrypto.app/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/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.
