> 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/open-a-trade.md).

# Cómo abrir una operación

Una vez que tu cuenta está activa, operas futuros de cripto desde la pantalla **Operar**. Esta página trata sobre el terminal de Cripto + TradFi; si compraste un Desafío de Acciones de EE. UU., mira [Operar Acciones de EE. UU.](/hashhedge-user-guide/es/trading-terminal/stocks-terminal.md).

Aquí tienes el flujo completo para abrir una posición.

***

{% stepper %}
{% step %}

### Abre el terminal de trading

En la página **Cuentas**, haz clic en **Operar** en la cuenta que quieras usar. Esto abre el terminal de trading para esa cuenta.

<figure><img src="/files/I3iEfE9a8Xo6NPFxg1My" alt=""><figcaption><p>El botón Operar en una tarjeta de cuenta</p></figcaption></figure>
{% endstep %}

{% step %}

### Elige un par de trading

Selecciona el instrumento que quieras operar (por ejemplo, BTC/USDT). Cada instrumento tiene su propio límite de posición. Mira [Monedas y límites de posición](/hashhedge-user-guide/es/rules/coins-limit.md).
{% endstep %}

{% step %}

### Configura tu modo de margen y tu apalancamiento

En el lado derecho de la pantalla:

* Elige margen **Isolated** o **Cross**. Mira [Modo de margen](/hashhedge-user-guide/es/trading-terminal/margin-mode.md).
* Ajusta tu **apalancamiento** (1x a 5x). Mira [Ajustar el apalancamiento](/hashhedge-user-guide/es/trading-terminal/leverage.md).
  {% endstep %}

{% step %}

### Elige un tipo de orden

El panel tiene tres pestañas, y la que elijas decide cómo entra la orden. Para todos los detalles, mira [Tipos de orden](/hashhedge-user-guide/es/trading-terminal/order-types.md).

* **Market**: se ejecuta de inmediato al mejor precio disponible.
* **Limit**: se ejecuta solo a tu precio elegido o mejor, y espera hasta que el mercado lo alcance.
* **Trigger**: se queda inactiva hasta que se toca el precio que fijaste, y solo entonces envía la orden.

<figure><img src="/files/4qw1ZqwhajO4ypqrnwdE" alt=""><figcaption><p>Las pestañas Limit, Market y Trigger en el panel de órdenes</p></figcaption></figure>
{% endstep %}

{% step %}

### Ingresa el tamaño (y el precio)

Ingresa la cantidad que quieres operar. Para una orden Limit, ingresa también el precio que quieres. El tamaño total de tu posición es **margen × apalancamiento**.
{% endstep %}

{% step %}

### Agrega Take Profit / Stop Loss (opcional)

Activa el botón **TP/SL** para fijar precios de salida automáticos antes de abrir. Mira [Take Profit y Stop Loss](/hashhedge-user-guide/es/trading-terminal/take-profit-stop-loss.md).
{% endstep %}

{% step %}

### Abre la posición

Haz clic en **Buy / Long** o **Sell / Short**. Tu nueva posición aparece en la pestaña **Positions**, en la parte inferior de la pantalla.

<figure><img src="/files/ZfPaePzSiVODWsMix0CO" alt=""><figcaption><p>Buy / Long y Sell / Short</p></figcaption></figure>

***

Solo está disponible el trading de futuros, con apalancamiento de hasta **1:5**. Recuerda que las posiciones abiertas cuentan para tu Patrimonio, así que afectan tus límites de pérdida antes de que las cierres.
{% endstep %}
{% endstepper %}


---

# 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/open-a-trade.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.
