# 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: 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/getting-started/trading-lock-out.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.
