> 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/risk-settings/trade-limits.md).

# Trade Limits

## Trade Limits

Follow these simple steps to configure your Trade Limits on ProjectX:

1. **Navigate to the Risk Settings from the Settings menu**
2. **Locate Trade Limits:**
   * You’ll find two fields under the **Trade Limits** section:
     * **Maximum Trades per Day:** Enter the maximum number of trades you want to execute in a single day.
     * **Maximum Trades per Week:** Enter the total number of trades allowed for the week.
3. **Input Your Limits:**
   * Type the desired trade limits into the respective fields.
   * For example:
     * Maximum Trades per Day: 10
     * Maximum Trades per Week: 50
4. **Click 'Save' to save your settings**

<figure><img src="/files/zt5Y4iD5G6JwGEq4Jq7N" alt=""><figcaption><p>Trade Limits</p></figcaption></figure>

When a Trade Limit is enabled, a countdown will display on the Risk Settings page, allowing you to track the number of trades remaining.<br>

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

#### Important Notes:&#x20;

* If you reach the set trade limit for the day or week, the platform will block opening new positions and new orders **- this cannot be reversed.**
* If you reach the set trade limit for the day or week and you have an open position, then you will only be allowed to create Take Profit / Stop Loss orders, Breakeven orders or Flatten All / Cancel All.
* A notification will alert you that your trade limit has been reached and the Lock Out Timer will appear on the header of the platform.

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

{% hint style="danger" %}
Warning: Trade Limits are ignored on Follower Accounts when included in 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/risk-settings/trade-limits.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.
