# Copy Trading

Trade Copier Component

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

## How to Set Up your Trade Copier

To enable the Copy Trading functionality, select a Lead Account before checking which Follower Accounts you would like to include in your copier. After saving, you may confirm that the copy trading functionality is successfully enabled by checking your Accounts in the Header and the Account Selector.

{% hint style="info" %}
Note: Follower Accounts must have a greater than or equal margin / max position size as the Lead Account in order to follow.
{% endhint %}

<figure><img src="/files/kGQBa1hEhXrkKxbKuzWP" alt=""><figcaption><p>Trade Copier Setup</p></figcaption></figure>

## Trading in Follower Accounts

When Copy Trading is enabled, you will not be able to create, close or adjust orders in a Follower Account. This affects all components, including the DOM, the Order component, and the Chart.

<figure><img src="/files/9NZXwrNuZgDnsRAywQ4W" alt=""><figcaption><p>Follower Accounts are blocked from trading</p></figcaption></figure>

To open, close, and adjust orders in the Follower Account, you will need to do so through the Lead Account.

{% hint style="danger" %}
By enabling the trade copier, you acknowledge the following:

* Personal Risk Settings are automatically disabled on Follower Account(s) and stay off until the account is removed from the trade copier and settings are manually re-enabled.
  * **Exceptions: Personal Daily Loss Limit / Personal Daily Profit Target are not disabled on Follower accounts**
* You are responsible for managing all trades executed via the copier.
* Latency or execution timing differences may result in minor discrepancies between copied account balances.
* Clearing the Trade Copier while there are open positions or working orders will result in the immediate liquidation of all such positions and orders across all accounts on the Trade Copier.

{% endhint %}


---

# 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://help.topstepx.com/settings/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.
