# Copy Trading Tutorial

### What is Copy Trading?

Copy trading is an automated trading feature where regular users (*followers*) replicate the trades of experienced traders (*signal providers*).\
When the trader opens or closes a position, the follower’s account automatically mirrors the same action — no manual operation is required.

***

### How to Start Copy Trading

#### 1. Choose a Trader

* Go to the **Copy Trading Square**.
* Browse trader profiles: review their trading history, ROI, and risk style.
* Select a trader you trust and click **Copy Trade**.

***

#### 2. Set Copy Trading Parameters

**Smart Copy**

* Define your **maximum copy amount**.
* Set **stop-loss amount**.
* Choose the trading pair(s) you wish to follow.

**Custom Copy**

* **Margin Mode**: Select Cross Margin, Isolated Margin, or follow the trader’s default.
* **Leverage**: Either mirror the trader’s leverage or set your own (1x–100x).
* **Fixed Copy Amount**: Define how much USDT to allocate per trade (≥10 USDT).
* **Risk Controls**: Set maximum copy amount and stop-loss levels.
* **Trading Pair**: Choose which pairs to follow (must match trader’s available pairs).

***

#### 3. Monitor Copy Trades

* In **Current Positions** and **History**, you can view active and completed copy trades.
* Positions marked with **“Copy Trading”** indicate trades that are automatically following the trader’s signals.
* The system executes open and close orders in sync with the trader.

***

⚠️ **Note:** Copy trading carries risk. While you can benefit from experienced traders, you should monitor your exposure, adjust leverage and copy amounts carefully, and avoid overextending your capital.


---

# Agent Instructions: 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://yubit.gitbook.io/yubit/copy-trading/copy-trading-tutorial.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.
