> 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/close-position.md).

# Cómo cerrar una posición

Gestionas y cierras tus posiciones abiertas desde la parte inferior de la pantalla **Operar**.

***

## Dónde encontrar tus posiciones

En la sección inferior de la pantalla **Operar** verás tus posiciones y órdenes abiertas. En el extremo derecho de cada una hay tres botones.

<figure><img src="/files/sJwqEmZx1TiuiRqPAnAb" alt=""><figcaption><p>Posiciones abiertas en la parte inferior de la pantalla Operar</p></figcaption></figure>

## Los tres botones

{% tabs %}
{% tab title="Reverse" %}
Da vuelta tu posición hacia la dirección contraria usando una orden de mercado. Por ejemplo, una posición long se convierte en short.
{% endtab %}

{% tab title="Close" %}
Cierra una posición. Primero elige el tipo de cierre (**Market Price** para un cierre instantáneo, o **Limit Price** para fijar un precio) y la cantidad que quieres cerrar, en el área que está encima del botón.
{% endtab %}

{% tab title="Close All" %}
Cierra todas las posiciones abiertas a la vez, en una sola acción.
{% endtab %}
{% endtabs %}

<figure><img src="/files/ZHy5AKFFJvsBuriQW4jg" alt=""><figcaption><p>Close all, Close y Reverse en una posición abierta</p></figcaption></figure>

{% hint style="info" %}
Un cierre con **Limit Price** coloca una orden limit que reserva tus contratos: mientras está pendiente, un Stop Loss o un Take Profit sobre la misma posición no puede usar esos contratos. Mira [Take Profit y Stop Loss](/hashhedge-user-guide/es/trading-terminal/take-profit-stop-loss.md).
{% endhint %}

## Ganancia, pérdida y costos

En la pestaña **Position History**, el PnL se muestra **sin costos**. Puedes ver los costos de apertura y cierre de una posición en el lado derecho de esa misma pestaña.

***

Recuerda que los costos de trading se aplican tanto al abrir como al cerrar una posición. Mira [Costos y funding rate](/hashhedge-user-guide/es/trading-terminal/fees-funding.md) para los detalles.


---

# 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/close-position.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.
