> 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/trade/perpetual-trading/perpetuals-trading-new/pro-mode.md).

# Pro Mode

Pro Mode gives you full control over your trades — order types, leverage, TP/SL, and position management all in one place. Follow the steps below to open your first position. For definitions of key terms, refer to the PCS Perps Glossary.

### **Go to the PCS Perps page**

Head to [pancakeswap.finance/perps](https://pancakeswap.finance/perps) or click Perps in the main PancakeSwap navigation bar.

### **Connect your wallet**

Click Connect Wallet in the top right corner. No account creation or KYC required — your wallet is your account.

<figure><img src="/files/aTJY8BGoJjZ42CzVwYY2" alt="" width="507"><figcaption></figcaption></figure>

### **Choose your mode**

Select **Simple Mode** for a fast one-tap long or short with preset sizes. Switch to **Pro Mode** if you want to set limit orders, configure TP/SL, or manage positions in more detail.

<figure><img src="/files/Cobi7597Qc0nqFRbWkOm" alt=""><figcaption></figcaption></figure>

### **Choose a trading pair**

Click on the pair name at the top of the page to open the asset selector. A huge variety of token pairs are available.

<figure><img src="/files/q183ReTQVuF7HhfONBcW" alt="" width="375"><figcaption></figcaption></figure>

### **Analyze the chart and decide your strategy**

Use the built-in TradingView chart to analyze price action before placing your trade. All standard charting tools are available.

<figure><img src="/files/WqzMu4h3dOQCl7hXx2LC" alt=""><figcaption></figcaption></figure>

### **Set your position parameters**

In the order panel, configure the following:

1. **Long or Short** — select the direction of your trade
2. **Leverage** — use the slider or type manually to set your leverage. Up to 200× is available on BTC.

⚠️ High leverage carries significant risk. Use it carefully.

3. **Order type** — Market (fills immediately) or Limit (fills at your chosen price)
4. **Position size** — enter the size of your trade in your preferred reference currency

**Set Take Profit and Stop Loss** *(optional)*

* **Take Profit** — your position closes automatically when your target gain is reached
* **Stop Loss** — your position closes automatically to limit losses at a set threshold

Once all parameters are set, click Buy / Long Or Sell / Short to submit your order.

<figure><img src="/files/1Mgkv08r693q0clmmVY9" alt=""><figcaption></figcaption></figure>

### **Check your order status**

Your order will appear under **Positions** while it waits to be filled.

<figure><img src="/files/0Uzf4GlOXWAFEA1yRrpS" alt=""><figcaption></figcaption></figure>

Good luck with your trades!


---

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