> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/es/trading-terminal/order-types.md).

# Tipos de orden: Market, Limit y Trigger

Hash Hedge admite tres formas de entrar o salir de una operación.

Elige la que encaje con tu estrategia.

***

{% tabs %}
{% tab title="Orden Market" %}
Se ejecuta **de inmediato** al mejor precio de mercado disponible.

* Siempre es una orden **taker**, porque retira liquidez del mercado.
* No se puede cancelar una vez colocada, y puede ejecutarse en varios niveles de precio.
* No hay garantía del precio exacto que viste: en condiciones volátiles la ejecución puede diferir.

Úsala cuando ejecutar rápido importa más que el precio exacto.
{% endtab %}

{% tab title="Orden Limit" %}
Se ejecuta al precio que fijas **o mejor**.

* En una compra, el precio límite es lo máximo que pagarás; en una venta, obtienes tu precio o más alto.
* Te da control del precio, pero no hay garantía de que se ejecute si el mercado nunca llega a tu precio.

Úsala cuando el precio de entrada importa más que la velocidad.

{% hint style="info" %}
Los contratos reservados por una orden limit pendiente no pueden ser usados por un Stop Loss o un Take Profit hasta que esa orden se ejecute o se cancele. Mira [Take Profit y Stop Loss](/hashhedge-user-guide/es/trading-terminal/take-profit-stop-loss.md).
{% endhint %}

<figure><img src="/files/Pxe2vqFQ11auKI91P3yV" alt=""><figcaption><p>La pestaña Limit en el panel de órdenes</p></figcaption></figure>
{% endtab %}

{% tab title="Orden Trigger (Stop-Limit)" %}
Se activa solo después de que el mercado alcanza un **precio de disparo** que tú fijas. Una vez disparada, se convierte en una orden market o limit y se ejecuta según las condiciones del momento.

* Una stop-limit necesita tanto un **precio de disparo** como un **precio límite**.
* Solo se ejecuta si el precio límite (o mejor) está disponible cuando se dispara.

Úsala para entrar o salir automáticamente cuando el mercado toca un nivel.

<figure><img src="/files/e26DM8yqeH4HTY7vSzm7" alt=""><figcaption><p>La pestaña Trigger en el panel de órdenes</p></figcaption></figure>

***

{% endtab %}
{% endtabs %}

## Cómo cambiar el tipo de orden

En el lado derecho de la pantalla **Operar**, usa las pestañas **Limit**, **Market** y **Trigger** para elegir tu tipo de orden antes de colocar la operación.


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/es/trading-terminal/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.
