> 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/es/trading/create-order-grid/order-types/trailing-order.md).

# Orden de arrastre (trailing)

Una orden algorítmica proporcionada por el exchange Binance y sólo disponible en Futuros.​​

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/83405faa-4202-4c24-9af3-5c0482412284/image.png" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
ADVERTENCIA\
Para <mark style="color:green;">**comprar**</mark>, coloque una orden **POR DEBAJO** del precio actual, y para <mark style="color:red;">**vender**</mark>, coloque una orden **POR ARRIBA**.
{% endhint %}

## Algoritmo de órdenes trailing

Cuando se alcanza el precio de activación, se activa el seguimiento de tendencia y el precio de la orden mercado de activación se moverá siguiendo la tendencia a la distancia establecida en la Desviación.

&#x20;Si el precio supera la distancia establecida en la Desviación al alejarse del punto máximo, la orden se ejecutará según el Mercado.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/e855ec23-990c-44c7-926c-e5c7ad2d7609/image.png" alt=""><figcaption></figcaption></figure>

1. Movimientos en el precio de un par de divisas
2. Desviación
3. Activación de arrastre
4. Puntos de movimiento Stop
5. Movimiento del precio de una orden de arrastre
6. Cierre de una posición en un mercado<br>

\
\&#xNAN;**¿Tiene alguna duda? Podemos ayudarte en nuestro chat de Telegram.**

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


---

# 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/es/trading/create-order-grid/order-types/trailing-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.
