> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/espanol/intercambio/perpetual-trading/perpetuals-trading-new/pro-mode.md).

# Modo pro

El Modo Pro te da control total sobre tus operaciones — tipos de órdenes, apalancamiento, TP/SL y gestión de posiciones, todo en un solo lugar. Sigue los pasos a continuación para abrir tu primera posición. Para las definiciones de los términos clave, consulta el Glosario de PCS Perps.

### **Ve a la página de PCS Perps**

Ve a [pancakeswap.finance/perps](https://pancakeswap.finance/perps) o haz clic en Perps en la barra de navegación principal de PancakeSwap.

### **Conecta tu billetera**

Haz clic en Conectar Billetera en la esquina superior derecha. No se requiere creación de cuenta ni KYC — tu billetera es tu cuenta.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%287%29.png" alt="" width="507"><figcaption></figcaption></figure>

### **Elige tu modo**

Selecciona el **Modo Simple** para un long o short rápido de un toque con tamaños preestablecidos. Cambia al **Modo Pro** si quieres establecer órdenes límite, configurar TP/SL o gestionar posiciones con más detalle.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28249%29.png" alt=""><figcaption></figcaption></figure>

### **Elige un par de trading**

Haz clic en el nombre del par en la parte superior de la página para abrir el selector de activos. Hay disponible una enorme variedad de pares de tokens.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28228%29.png" alt="" width="375"><figcaption></figcaption></figure>

### **Analiza el gráfico y decide tu estrategia**

Usa el gráfico TradingView incorporado para analizar la acción del precio antes de colocar tu operación. Todas las herramientas de gráficos estándar están disponibles.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28264%29.png" alt=""><figcaption></figcaption></figure>

### **Configura los parámetros de tu posición**

En el panel de órdenes, configura lo siguiente:

1. **Long o Short** — selecciona la dirección de tu operación
2. **Apalancamiento** — usa el control deslizante o escribe manualmente para establecer tu apalancamiento. Hasta 200× está disponible en BTC.

⚠️ El alto apalancamiento conlleva un riesgo significativo. Úsalo con cuidado.

3. **Tipo de orden** — Mercado (se completa inmediatamente) o Límite (se completa al precio que elijas)
4. **Tamaño de posición** — ingresa el tamaño de tu operación en tu moneda de referencia preferida

**Establece Toma de Ganancias y Stop Loss** *(opcional)*

* **Toma de Ganancias** — tu posición se cierra automáticamente cuando se alcanza tu ganancia objetivo
* **Stop Loss** — tu posición se cierra automáticamente para limitar pérdidas en un umbral establecido

Una vez configurados todos los parámetros, haz clic en Comprar / Long O Vender / Short para enviar tu orden.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28284%29.png" alt=""><figcaption></figcaption></figure>

### **Verifica el estado de tu orden**

Tu orden aparecerá bajo **Posiciones** mientras espera completarse.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28287%29.png" alt=""><figcaption></figcaption></figure>

¡Mucha suerte con tus operaciones!


---

# 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://docs.pancakeswap.finance/espanol/intercambio/perpetual-trading/perpetuals-trading-new/pro-mode.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.
