# Pause EA after Hard Stop

&#x20;When enabled, the EA will automatically pause itself after hitting the Hard Stop level, preventing any new trades from being opened until you manually resume it.

* **No (Default)**: The EA will automatically resume trading the next day after the Hard Stop was reached.
* **Yes**: The EA will pause after Hard Stop is hit and **will not resume automatically**. You must manually resume trading when you are ready.

{% hint style="info" %}

### How It Works

* When the Hard Stop level is reached (based on your selected stop type), the EA will **close all active trades**.
* After closing trades, the EA will **pause its operation**.
* While paused, the EA will **not open any new positions**.
* You must **manually resume** the EA once you decide it is safe to trade again.
  {% endhint %}

{% hint style="success" %}

### Why This Is Useful

This feature allows you to:

* Protect your account balance in high volatility conditions.
* Avoid continued trading during rapid price movements.
* Stop emotional or forced decisions by automating the pause moment.
* Take time to reassess market conditions before continuing.
  {% endhint %}

{% hint style="warning" %}

### Recommendations

* Use this feature together with **Daily or Weekly Loss Limits** for stronger risk control.
* Only resume trading when the market has stabilized.
* If the account experienced high drawdown, consider reducing risk level or lot size before resuming.
  {% endhint %}

This option helps you protect your account during unpredictable market conditions, making your trading experience safer and more controlled.


---

# 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://smartchoise.gitbook.io/smartchoise-manual/options/account-protection/pause-ea-after-hard-stop.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.
