# Типы ордеров

В этой вики вы заметите, что некоторые настройки применяются к определенным «типам заказов». Таблица ниже объясняет эти типы заказов.

Это нормально, если вы не до конца понимаете все типы заказов в данный момент, просто имейте в виду, что существуют различные типы заказов, и настройки часто влияют только на некоторые типы.

| Типы ордеров      | Быстрое объяснение                                        |
| ----------------- | --------------------------------------------------------- |
| **Strategy buy**  | Обычная покупка / длинный ордер                           |
| **Strategy sell** | Обычная продажа / короткий ордер                          |
| **Stop limit**    | Стоп ордер, предназначенный для закрытия убыточной сделки |
| **Close**         | Закрывает маржинальную торговую позицию                   |
| **DCA buy**       | Заказ на покупку, инициированный DCA                      |
| **RT buy**        | Ордер на покупку во время реверсивной торговли            |
| **RT sell**       | Ордер на продажу во время реверсивной торговли            |
| **RT buyback**    | Обратный трейдинг, обратный выкуп                         |


---

# 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://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/order-types.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.
