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

# Профессиональный режим

Pro Mode даёт тебе полный контроль над сделками — типы ордеров, кредитное плечо, TP/SL и управление позициями — всё в одном месте. Следуй шагам ниже, чтобы открыть первую позицию. Для определений ключевых терминов обратись к глоссарию PCS Perps.

### **Перейди на страницу PCS Perps**

Открой [pancakeswap.finance/perps](https://pancakeswap.finance/perps) или нажми Perps в главной навигационной панели PancakeSwap.

### **Подключи кошелёк**

Нажми Connect Wallet в правом верхнем углу. Создание аккаунта и KYC не требуются — твой кошелёк и есть твой аккаунт.

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

### **Выбери режим**

Выбери **Simple Mode** для быстрого лонга или шорта одним нажатием с предустановленными размерами. Переключись на **Pro Mode**, если хочешь устанавливать лимитные ордера, настраивать TP/SL или более детально управлять позициями.

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

### **Выбери торговую пару**

Нажми на название пары в верхней части страницы, чтобы открыть селектор активов. Доступно огромное количество токен-пар.

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

### **Проанализируй график и определи стратегию**

Используй встроенный график TradingView для анализа ценового движения перед размещением сделки. Доступны все стандартные инструменты построения графиков.

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

### **Задай параметры позиции**

В панели ордера настрой следующее:

1. **Лонг или шорт** — выбери направление сделки
2. **Кредитное плечо** — используй слайдер или введи вручную. На BTC доступно до 200×.

⚠️ Высокое кредитное плечо несёт значительный риск. Используй его осторожно.

3. **Тип ордера** — Market (исполняется немедленно) или Limit (исполняется по выбранной цене)
4. **Размер позиции** — введи размер сделки в предпочтительной валюте

**Установить Take Profit и Stop Loss** *(опционально)*

* **Take Profit** — позиция закрывается автоматически при достижении целевой прибыли
* **Stop Loss** — позиция закрывается автоматически для ограничения убытков при достижении заданного порога

После настройки всех параметров нажми Buy / Long или Sell / Short, чтобы разместить ордер.

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

### **Проверь статус ордера**

Твой ордер появится в разделе **Positions**, пока ожидает исполнения.

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

Удачи в торговле!


---

# 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/russian/torgovlya/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.
