# Orden virtual

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/82fcd6a8-dcaa-43e3-8ed2-2e408804848a/image.png" alt="" width="375"><figcaption></figcaption></figure>

​La lógica de activación es similar a la de una orden Stop, es decir, se coloca una orden real cuando se cruza el precio de activación.

{% hint style="success" %}
**Ventajas:**

* No congela los fondos en la cartera
* No es visible para otros agentes del mercado
* Puede utilizarse para romper líneas de resistencia
  {% endhint %}

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/db8ea1b1-18fd-4ba9-a4eb-900457d843a5/image.png" alt="" width="563"><figcaption></figcaption></figure>

## Tipo de orden

Cuando se cruze el activador, se colocará una orden real del tipo seleccionado:

* **L** - Limit
* **F** - Floating
* **M** - Market

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/30031a63-1b86-4fa4-824b-5dc39bedf954/image.png" alt="" width="375"><figcaption></figcaption></figure>

## ​Disparador/trigger

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/faeead59-38b4-4cce-9868-2a4af6e15725/image.png" alt="" width="375"><figcaption></figcaption></figure>

Configure el evento a partir del cual se creará la orden real:

* **Último precio**\
  Se comprueba el precio exterior del par de divisas. El cambio de precio se comprueba cada 2 segundos.
* **Libro de órdenes**\
  Comprueba los cambios en el último precio de <mark style="color:red;">**venta**</mark> en el libro de órdenes para una orden de <mark style="color:green;">**compra**</mark> y el último precio de <mark style="color:green;">**compra**</mark> en el libro de órdenes para una orden de <mark style="color:red;">**venta**</mark>. Este disparador es una buena protección contra falsas rupturas de precios (squeezes).
* **Al cierre de la vela**\
  En la lista, seleccione el intervalo de velas cuyo precio de cierre se comparará con el precio de activación.

## Precio de activación

Cuando se alcance el precio de activación, se creará una orden real.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/380c00cc-1885-44a0-8667-2b57cae5ad0e/image.png" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Para el tipo límit, debe establecer el precio al que se colocará la orden cuando se active el disparador.
{% endhint %}

Por ejemplo, se crea una orden de compra:

* Precio de activación = **0.4108**
* Precio de la orden = **0.41**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/774bce09-61ce-4b3c-aff8-8aa2f6993f2d/image.png" alt="" width="375"><figcaption></figcaption></figure>

Esta configuración significa que cuando el precio llegue a **0,4108** se colocará una orden Límit a **0,41.**

**¿Tiene alguna duda? Podemos ayudarte en nuestro chat de Telegram.**

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


---

# 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://docs.finandy.com/es/trading/create-order-grid/order-types/virtual-order.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.
