# Copy trading

The Copy Trading Panel allows users to manage their copy trading settings, enabling them to replicate the trading activity of a master account across selected follower accounts. This feature streamlines trading operations and ensures synchronized execution of trades across multiple accounts. The panel can be accessed from the Account drop-down menu <img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FU1QUirVX0ej4yjoiVsGl%2Fimage.png?alt=media&#x26;token=45451f1f-09a2-40f3-94b4-32d3ed1779c8" alt="" data-size="line"> in the terminal's Top menu.

<figure><img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FhGbiYAVvwJNCmTWtbXIy%2Fimage.png?alt=media&#x26;token=df178c6e-e661-4c91-90ef-5b9a271996a6" alt=""><figcaption></figcaption></figure>

The panel consists of the following key components:

* From account (Master Account) - displays a list of the user's accounts with an Active status that can act as master accounts;
* To accounts (Followers) - a multi-select dropdown list of the user's accounts eligible to follow the master account. Only accounts with an Active status can be added as followers;
* Start button - use this button to initiate copy trading. Once started, trades made by the master account will be automatically copied to the selected follower accounts.\
  A confirmation screen will be displayed, asking users to confirm the start of copy trading:<br>

  <figure><img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FFTJAnJGxqTVF3ZPVCxoB%2Fimage.png?alt=media&#x26;token=c611ac26-58d7-4a78-a2ba-4022838c1f68" alt=""><figcaption></figcaption></figure>
* Stop button - this button stops copy trading. Once stopped, the follower accounts will no longer replicate trades from the master account. A confirmation screen will be displayed before stopping copy trading:

<figure><img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FMQq2gZ2Ndw9qptWpxtDc%2Fimage.png?alt=media&#x26;token=6c33d2f6-5e22-4fe9-bfce-37d880d0fec7" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}

* Only accounts with an **Active** status can participate in copy trading as either a master or follower.
* When the status of a master or follower account changes to something other than **Active**, it will be automatically unsubscribed from all copy trading relationships.
  {% endhint %}

### Example

Let's consider the following setup:

<figure><img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FhS2TsOVz5NR97a56YERb%2Fimage.png?alt=media&#x26;token=67bbf5fb-d4fc-4994-bf22-db86882fb7e7" alt=""><figcaption></figcaption></figure>

* Master Account: Managed - this account acts as the master account, executing trades that will be copied to the follower accounts;
* &#x20;Follower Account: Managed3 - this account is a follower, meaning it will replicate the trades made by the master account.

When the position is opened on the master account, the same position is automatically opened on the follower account by the copy trading mechanism:

<figure><img src="https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMCqxhh2XAdWPUjcvxR%2Fuploads%2FalZutJWMjiFX2fsycn5r%2Fimage.png?alt=media&#x26;token=204322a2-ba98-4bed-96cc-be649545320b" alt=""><figcaption></figcaption></figure>

**Trade on the Master Account**:

* **Instrument**: GBP/USD
* **Direction**: Long
* **Quantity**: 0.01
* **Price**: 1,35069

**Trade Replicated on the Follower Account**:

* **Instrument**: GBP/USD
* **Direction**: Long
* **Volume**: 0.01
* **Price**: 1,35069


---

# 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://guide.traderevolution.com/project/web-platform/account-management/copy-trading.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.
