> 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.md).

# Ручные ордера

goodcryptoX в настоящее время поддерживает следующие типы ручных ордеров на децентрализованных AMM (Spot) биржах:

* [Обмен](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/svop.md) (маркет) - выполняется немедленно по лучшей доступной цене через агрегатор (Jupiter на Solana, 1inch на EVM-цепочках);
* [Лимит](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/limit.md) (стоп-маркет) - обмен отправляется, когда рыночная цена достигает указанной вами триггерной цены;
* [Трейлинг](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/treiling.md) (трейлинг-стоп-маркет) - следует за рыночной ценой по мере её движения в вашу пользу. Исполняется, когда цена разворачивается на установленный вами процент трейлинга;

#### Прикреплённые ордера:

* [Тейк-профит](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/kombo-tp-+-sl.md) - срабатывает, когда цена движется в вашу пользу на указанный процент относительно цены исполнения вашего основного (базового) свопа. Если также установлен Стоп-Лосс, он отменяется при срабатывании Тейк-Профита;
* [Стоп-лосс](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/kombo-tp-+-sl.md) - срабатывает, когда цена движется против вас на указанный процент относительно цены исполнения вашего основного свопа. Если установлен Тейк-Профит, он отменяется при срабатывании Стоп-Лосса;
* [Трейлинг-Стоп-Лосс](/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera/treiling-stop-loss.md) - следует за рыночной ценой по мере её движения в вашу пользу. Если цена разворачивается на ваш процент трейлинга, ордер исполняется — фиксируя прибыль или сводя к минимуму убытки.

Больше типов ордеров [скоро](/goodcryptox-ru/torgovlya-na-dex-spot/funkcionalnost-kotoraya-skoro-poyavitsya.md).


---

# 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:

```
GET https://docs.goodcrypto.app/goodcryptox-ru/torgovlya-na-dex-spot/ruchnye-ordera.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.
