> 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/getting-started/trading-lock-out.md).

# Trading Lock-Out

## Lock-out

The **Lock-Out** feature allows traders to take control of their trading behavior by temporarily locking themselves out from placing trades on their account. This tool is designed to promote disciplined trading and prevent overtrading during periods of high market volatility or emotional decision-making. <br>

Locate the **Manual Lock-Out** button at the top of the trading platform (refer to the screenshot below). Click the button to open the Lock-Out settings modal.\ <br>

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

**Select a Lock-Out Duration**:

* Choose from the following quick lock-out options:
  * 15 minutes
  * 30 minutes
  * 1 hour
  * All day (until next trading day)
* Alternatively, you can set a custom Lock-Out time to fit your needs

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

Once activated, all open positions will be **liquidated**, and any working orders will be **canceled** immediately upon activation of the Lock-Out. The Lock-Out prevents any further trading on the account until the the specified time has ended.&#x20;

**Countdown Timer**:

A timer will appear at the top of the platform, clearly indicating how much time remains until the lock-out ends (see screenshot below).<br>

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

{% hint style="warning" %}
Once a Lock-Out is enabled on an account, it cannot be reversed. This feature is intended to provide a break from the markets and promote disciplined trading.
{% 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/getting-started/trading-lock-out.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.
