# Hard stop % account wide

* **0 (Disabled):**\
  By default, when set to 0 (Disabled), the EA will not close the entry trade when your account experiences drawdown from all trades.
* **Custom Value**:  (e.g., 10, 30, etc.)\
  When your account experiences a total drawdown (floating loss) that reaches the specified percentage, the EA will:&#x20;
  * **mmediately close all it's open positions**, and
  * **Suspend all trading for the rest of the day**

> Example: On a $1,000 account, setting Hard stop % account `wide to 10` means all EA trades will be closed total account draawdown get to **$100**.

{% hint style="success" %}

#### **Why You Might Use It**

* It's your **ultimate safety net**: ensures you never lose more than you're comfortable with.
* Provides **emotional peace of mind**, especially in high-risk or aggressive setups.
* Helps enforce **daily or session-based risk control**, avoiding catastrophic losses.
* Useful for funded accounts or strict money management plans.
  {% endhint %}

{% hint style="warning" %}

#### **Why You Might NOT Use It**

* If set too low, it can **shut down trading prematurely**, even in normal recovery phases.
* Recovery strategies need time and space — hard stops can **interrupt** that process.
* On smaller accounts, a tight hard stop may trigger from **small volatility spikes**.
  {% endhint %}

{% hint style="info" %}

#### **Best Practice**

* Start with a **realistic percentage**, like **10%–20%**, based on your account size and risk comfort.
* Use in combination with:
  * **Smart volume settings**
  * **Max  Drawdown per trade** (if you want tighter per-trade control)
    {% 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://smartchoise.gitbook.io/smartchoise-manual/options/account-protection/hard-stop-account-wide.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.
