> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/settings/copy-trading.md).

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