# Orden Stop

Una orden algorítmica proporcionada por el exchange Binance. Cuando se alcance el precio de activación, se creará una orden real.

* **Spot**: Orden limit disponible
* **Futures**: Orden Límite o Mercado/Market disponible

{% hint style="info" %}
Para una orden Stop-Limit, se debe especificar el precio al que se colocará la orden cuando se active el trigger.
{% endhint %}

Por ejemplo, se crea una orden de <mark style="color:green;">**COMPRA:**</mark>

* Precio de activación = **100**
* Precio de la orden = **99,5**

Esta configuración significa que cuando el precio alcance **100**, se colocará una orden limit en el libro de órdenes para comprar por debajo del precio actual en un **0,5%** a **99,5**.​​

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

{% hint style="warning" %}
Por defecto, la orden limit stop se suministra con un precio de orden, de modo que cuando se alcance el precio de activación, la orden se ejecutará en el mercado.
{% endhint %}

Conmutar en Futuros entre Stop-Limit y Stop-Market

* Stop-Limit

<figure><img src="/files/s1WNAcQTLk4cvxPiVnxG" alt="" width="319"><figcaption></figcaption></figure>

* Stop-Market

<figure><img src="/files/h3YYH1ibISQoK25E4TgX" alt="" width="314"><figcaption></figcaption></figure>

**¿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/stop-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.
