> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/ru/trading/create-order-grid/order-types.md).

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

<figure><img src="/files/9mOFnFwYXRnoZKlzPMsa" alt="" width="321"><figcaption></figcaption></figure>

В терминале есть возможность создать реальный (биржевой) и виртуальный ордер, который создаст реальный ордер при достижения триггера.

## Реальный ордер

<figure><img src="/files/UwUReMcV06ufL8YgPNMj" alt="" width="317"><figcaption></figcaption></figure>

**R** (Real) - все типы ордеров биржи + Floating (плавающий ордер)

## Виртуальный ордер

<figure><img src="/files/nYTGPlUkDSBSV9RgxGjj" alt="" width="323"><figcaption></figcaption></figure>

**V** (virtual) - создастся биржевой ордер (Limit, Floating, Market) при достижении трендом триггерной цены ордера.

## Комиссии на Фьючерсах

### Maker комиссия = 0.02%

Если Лимитный ордер был размещен в книге ордеров и через некоторое время исполнен, то снимается **Maker** комиссия.

<figure><img src="/files/VmEnBzVEgNhA0emu15CD" alt=""><figcaption><p>Пример покупки Лимитным ордером ниже крайней цены на продажу</p></figcaption></figure>

### Taker комиссия = 0.05%

Taker комиссия возникает при исполнении заявок в книге ордеров.

Примеры:

1. Маркетный ордер<br>

   <figure><img src="/files/9pFbM3vJ6DYWFxqGBo8b" alt="" width="320"><figcaption></figcaption></figure>
2. Если же при выставлении лимитного ордера происходит размещение в цену противоположного направления, например, при покупке по цене 100 в книге ордеров в этой цене стоит ордер на продажу, то лимитный ордер будет исполнен по рынку и за него будет списана **Taker** комиссия.

<figure><img src="/files/Qb0advvTvKrZAWpoQm37" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/xBjngaOZkSMhZPZQROQf" %}
[Лимитный ордер](/ru/trading/create-order-grid/order-types/limit-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/vCecwAbFaRLE3WegqCPm" %}
[Broken mention](broken://pages/vCecwAbFaRLE3WegqCPm)
{% endcontent-ref %}

{% content-ref url="/pages/lyyDixjyR27wLcOAXxjS" %}
[Маркетный ордер](/ru/trading/create-order-grid/order-types/market-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/AoQSH6fSRnNc71uCewbQ" %}
[Стоп ордер](/ru/trading/create-order-grid/order-types/stop-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/zBl7igxb68GN3cYwxS7w" %}
[Трейлинг ордер](/ru/trading/create-order-grid/order-types/trailing-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/ohOL3cFRMyDcOck52vfu" %}
[Виртуальный ордер](/ru/trading/create-order-grid/order-types/virtual-order.md)
{% endcontent-ref %}


---

# 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.finandy.com/ru/trading/create-order-grid/order-types.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.
