> 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/virtual-order.md).

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

<figure><img src="/files/LNvPpv1xe8V8OyeVu6mQ" alt="" width="324"><figcaption></figcaption></figure>

Логика работы срабатывания триггера аналогично Стоп ордеру, то есть реальный ордер разместится в книге ордеров при пересечении триггерной цены.

{% hint style="success" %}
**Преимущества**:

* Не замораживаются средства в кошельке
* Ордер не виден для других игроков рынка
* Можно использовать на пробой линий сопротивления
  {% endhint %}

<figure><img src="/files/RnqeXwoNFboKGJUgSWZ6" alt="" width="563"><figcaption></figcaption></figure>

## &#x20;Тип ордера

По срабатыванию триггера будет размещен реальный ордер выбранного типа:

* **L** - Limit (Лимитный)
* **F** - Floating (Плавающий)
* **M** - Market (Маркетный)

<figure><img src="/files/OrHakVF5Dl42bsicDpCY" alt="" width="324"><figcaption></figcaption></figure>

## &#x20;Триггер

<figure><img src="/files/6W5Rr4VqPUIrA5N2HZtC" alt="" width="324"><figcaption></figcaption></figure>

Настройка события, по срабатыванию которого будет создан биржевой ордер:

* **Последняя цена** \
  Проверяется крайняя цена валютной пары. Изменение цены проверяется раз в 2 секунды.
* **Книга ордеров** \
  Проверяется изменение крайней цены на <mark style="color:red;">**продажу**</mark> в книге заявок для ордера <mark style="color:green;">**покупки**</mark> и крайней цены на <mark style="color:green;">**покупку**</mark> в книге заявок для ордера <mark style="color:red;">**продажи**</mark>. \
  Данный триггер хорошо защищает от ложных пробоев цены (сквизов).
* **По закрытию свечи**\
  В списке выбирается интервал свечи, цена закрытия которой будет сверяться с ценой триггера.

## &#x20;Цена триггера

По достижению триггерной цены будет создан реальный ордер.

<figure><img src="/files/V66K7zmUajRj7r4GwukL" alt="" width="322"><figcaption></figcaption></figure>

{% hint style="info" %}
Для лимитного типа необходимо задание цены ордера, в которую будет размещен ордер после срабатывания триггера.&#x20;
{% endhint %}

К примеру, создаётся ордер на покупку:&#x20;

* Цена триггера = **0.4108**
* Цена ордера = **0.41**

<figure><img src="/files/eJ4PLNlS0861aLwgwADk" alt="" width="322"><figcaption></figcaption></figure>

Данная настройка означает, что при достижении цены **0.4108** Лимитный ордер будет размещен в цене **0.41**.

**Остались вопросы? Поможем в нашем Телеграм-чате.**

{% embed url="<https://t.me/finandyru>" %}


---

# 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/virtual-order.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.
