> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-ru/otlozhennye-ordera.md).

# Отложенные ордера

### Что такое отложенный ордер?

**Отложенный ордер** — это заявка на покупку или продажу токена по заранее установленной **цене** или **капитализации**. В отличие от **рыночного ордера**, который исполняется мгновенно по текущей рыночной цене или капитализации, **отложенный ордер** исполняется только **тогда, когда цена или капитализация актива достигает указанного уровня.**

Это удобный инструмент для тех, кто хочет контролировать **точку входа**, **тейк-профит** и **стоп-лосс** сделки, не отслеживая рынок вручную 24/7. Вы просто указываете вашу цель в процентах от цены входа, и как только цена к ней придёт — ордер автоматически исполнится.

{% hint style="info" %}
🔧 Вы можете гибко настроить ордер с помощью дополнительных параметров — это поможет точно адаптировать сделку под вашу стратегию.
{% endhint %}

## Возможности отложенных ордеров

[Swoop](https://t.me/swoop_solana_bot) дает возможность устанавливать **отложенные ордера на покупку и продажу.** Доступные действия зависят от того, есть ли токен у вас на балансе или нет.

### Если на вашем балансе токена нет

Вы можете установить отложенный ордер **на покупку.**

<div align="left"><figure><img src="/files/Azyz51C6XKhV2ZLy4ykx" alt="" width="375"><figcaption></figcaption></figure></div>

Либо сразу купить токен по текущей цене, а затем настроить **лимитную продажу.**

<div align="left"><figure><img src="/files/EdQsvLsTr3Tzgb5JAP0E" alt="" width="375"><figcaption></figcaption></figure></div>

### Если на вашем балансе токен есть

Вы можете установить отложенный ордер **на продажу.**

<div align="left"><figure><img src="/files/kAIR2eAhd7juVyq5hdcF" alt="" width="375"><figcaption></figcaption></figure></div>

Либо сразу продать токен по текущей цене.

<div align="left"><figure><img src="/files/VHUwxvnwcLsiXxIPqhDI" alt="" width="375"><figcaption></figcaption></figure></div>

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Лимит покупка</strong>       </p><p></p><p><strong>Открыть</strong></p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/x5DFvBA65LNETnNEUOAE">/pages/x5DFvBA65LNETnNEUOAE</a></td></tr><tr><td><p><strong>Лимит Продажа (ТП и СЛ)</strong>    </p><p></p><p><strong>Открыть</strong></p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/QUymvIlZ2h9pC0Q9aO4l">/pages/QUymvIlZ2h9pC0Q9aO4l</a></td></tr><tr><td><p><strong>Активные ордера</strong> </p><p></p><p><strong>Открыть</strong></p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/rrGnOpjPlWM5NKD0VTgf">/pages/rrGnOpjPlWM5NKD0VTgf</a></td></tr></tbody></table>


---

# 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.swoop.fun/swoop-ru/otlozhennye-ordera.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.
