> 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/settings/settings/trading/position-reversal.md).

# Inversión de la posiciones

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/9c9285bd-c15b-4b15-adb9-1dd13ad9b088/image.png" alt=""><figcaption></figcaption></figure>

Al hacer clic en el botón **Invertir posición** se cancelan todas las órdenes pendientes y se crea una orden por un importe igual al doble del importe de la posición (1) o igual al importe de la posición + importe de apertura, en función de la configuración.

## 1. Visualización de botones

* Mostrar Botón de Reversa de Posición en Gráfico y en Posición
* Mostrar Botón de Reversa sólo en posición
* Ocultar

{% hint style="info" %}
Cuando el modo de cobertura está activado, el botón de reversa está oculto.
{% endhint %}

## 2. Fórmula para calcular una reversión de posición

### **Balance de posición x 2**

Por ejemplo, abre una posición <mark style="color:green;">**Long**</mark> de <mark style="color:green;">**100**</mark> tokens. Cerró parcialmente una posición por <mark style="color:red;">**60**</mark> y quedan <mark style="color:green;">**40**</mark> tokens en la posición.\
Al hacer clic en **Voltear Posición**, el sistema cerrará las **40** tokens restantes y creará una posición volteada (<mark style="color:red;">**Short**</mark>) de <mark style="color:red;">**40 tokens.**</mark>

### **Saldo de la apertura + Volumen total de la posición**

Por ejemplo, abrimos una posición <mark style="color:green;">**Long**</mark> por <mark style="color:green;">**100 tokens**</mark>. Cierra parcialmente la posición por <mark style="color:red;">**60**</mark> y quedan <mark style="color:green;">**40**</mark> en la posición.\
Cuando haga clic en **Inversión de posición**, el sistema cerrará los **40** tokens restantes y creará una posición de reversión (<mark style="color:red;">**Short**</mark>) por <mark style="color:red;">**100 tokens**</mark>, es decir, por la cantidad por la que se abrió inicialmente la posición <mark style="color:green;">**Long.**</mark>

**¿Tiene alguna duda? Podemos ayudarle 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:

```
GET https://docs.finandy.com/es/settings/settings/trading/position-reversal.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.
