> For the complete documentation index, see [llms.txt](https://avstrade.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avstrade.gitbook.io/ru/torgovlya.md).

# Торговля

- [Об интерфейсе](https://avstrade.gitbook.io/ru/torgovlya/ob-interfeise.md): График всегда перед глазами
- [Режимы торговли](https://avstrade.gitbook.io/ru/torgovlya/rezhimy-torgovli.md): Используются под разные стратегии торговли.
- [Плечо](https://avstrade.gitbook.io/ru/torgovlya/plecho.md): Риск не всегда оправдан.
- [Котировки](https://avstrade.gitbook.io/ru/torgovlya/kotirovki.md): Список торговых пар
- [Стакан](https://avstrade.gitbook.io/ru/torgovlya/stakan.md): Книга ордеров
- [Ордера открытия](https://avstrade.gitbook.io/ru/torgovlya/ordera-otkrytiya.md): Используются для входа в позицию.
- [Ордера закрытия](https://avstrade.gitbook.io/ru/torgovlya/ordera-zakrytiya.md): Используются для фиксации в позиции.
- [Take Profit](https://avstrade.gitbook.io/ru/torgovlya/ordera-zakrytiya/take-profit.md): Фиксация прибыли или убытков.
- [Stop Loss](https://avstrade.gitbook.io/ru/torgovlya/ordera-zakrytiya/stop-loss.md): Фиксация убытков или прибыли.
- [Tralling Stop](https://avstrade.gitbook.io/ru/torgovlya/ordera-zakrytiya/tralling-stop.md): Предназначенный для фиксации прибыли или ограничения убытков.
- [No Loss](https://avstrade.gitbook.io/ru/torgovlya/ordera-zakrytiya/no-loss.md): Предназначенный для фиксации прибыли или ограничения убытков.
- [Scaled ордер](https://avstrade.gitbook.io/ru/torgovlya/scaled-order.md): Для входа в позицию, а также фиксации.
- [Алгоритмические ордера](https://avstrade.gitbook.io/ru/torgovlya/algoritmicheskie-ordera.md): Используются под разные стратегии торговли. Рекомендуется использовать с включенным Мани менеджмент.
- [Box Top](https://avstrade.gitbook.io/ru/torgovlya/algoritmicheskie-ordera/box-top.md): Для входа в позицию, а также фиксации.
- [Limit Turn](https://avstrade.gitbook.io/ru/torgovlya/algoritmicheskie-ordera/limit-turn.md): Для входа в позицию, а также фиксации.
- [Limit Smart](https://avstrade.gitbook.io/ru/torgovlya/algoritmicheskie-ordera/limit-smart.md): Для входа в позицию, а также фиксации.
- [Stop Turn](https://avstrade.gitbook.io/ru/torgovlya/algoritmicheskie-ordera/stop-turn.md): Для входа в позицию, а также фиксации.
- [Торговля мышью](https://avstrade.gitbook.io/ru/torgovlya/torgovlya-myshyu.md): Повышает скорость выставление ордеров открытия и закрытия.
- [Торговля в стакане](https://avstrade.gitbook.io/ru/torgovlya/torgovlya-v-stakane.md): Размещаются только лимитные ордера, двойной скрол исключает ошибку трейдера при размещение ордера.
- [Создание ордера](https://avstrade.gitbook.io/ru/torgovlya/sozdanie-ordera.md): Торговля по координатам.
- [Групповая торговля](https://avstrade.gitbook.io/ru/torgovlya/gruppovaya-torgovlya.md): Торгуя  на одном счете, торгуете на всех счетах в группе.
- [Создать группу](https://avstrade.gitbook.io/ru/torgovlya/gruppovaya-torgovlya/sozdat-gruppu.md)
- [Редактирование ордера](https://avstrade.gitbook.io/ru/torgovlya/redaktirovanie-ordera.md): Скорость информативность
- [Таблица ордеров](https://avstrade.gitbook.io/ru/torgovlya/tablica-orderov.md): Гибкая настройка отображения.
- [Торговые настройки](https://avstrade.gitbook.io/ru/torgovlya/torgovye-nastroiki.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, and the optional `goal` query parameter:

```
GET https://avstrade.gitbook.io/ru/torgovlya.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.
