# Account Protection

This group is your EA’s **safety net**, a set of “circuit breakers” that help protect the account from **bad days, bad weeks, and accidental over-exposure**.

The idea is simple: *even a good strategy can have ugly moments*. Account Protection gives you **hard limits** and **account-wide coordination rules** so one chart (or a wild market spike) doesn’t turn into a full-account problem.

{% hint style="info" %}

### What these options protect you from

#### 1) Loss limits over time (daily / weekly)

Use these to cap damage if conditions change or the market turns chaotic. There are also reference pages to help you interpret and set the limits correctly.

#### 2) Emergency stop systems (Hard Stop / Equity Stop)

These are “last line of defense” stops that can halt trading (and/or force action) when a defined threshold is hit — either **only for EA trades** or **account-wide**, depending on the option.

#### 3) Pause behavior after a stop

If a Hard Stop triggers, you can choose whether the EA should **stay paused** afterward (so it doesn’t jump right back in like nothing happened).

#### 4) Exposure caps across the account

If you run multiple charts/instances, these settings help prevent “death by a thousand trades”:

* limit **max open trades across the account**
* enforce **one entry across all charts at the exact same time** (prevents multiple charts firing together)

#### 5) Swap-Protect

Helps avoid getting slowly “nibbled to death” by negative swap when trades stay open too long (especially relevant for longer holds or recovery situations).
{% endhint %}

{% hint style="success" %}

### Practical guidance

* If you’re new: start with **daily/weekly limits + equity stop**, then add account-wide caps if you run multiple instances.
* If you run Recovery: Account Protection becomes even more important (Recovery can increase exposure when markets trend hard).
* Treat “account-wide” options as the *big red button*: powerful, but set thoughtfully.
  {% endhint %}

{% columns %}
{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/w8rpHEDUncpRT82Konl1" %}
[Daily Loss Limit %](/smartchoise-manual/options/account-protection/daily-loss-limit.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/e8dgVPXva2VRlbPL95gO" %}
[Weekly Loss Limit %](/smartchoise-manual/options/account-protection/weekly-loss-limit.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/5OIzdzkhZncHD0H4FMqG" %}
[Hard Stop % Only EA Trades](/smartchoise-manual/options/account-protection/hard-stop-only-ea-trades.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/pU7tJnzKPBZMZjYVsEna" %}
[Pause EA after Hard Stop](/smartchoise-manual/options/account-protection/pause-ea-after-hard-stop.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/79JgLL9si1aJHwMUSh5A" %}
[Swap-Protect](/smartchoise-manual/options/account-protection/swap-protect.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/EJVfkJcGX3bSraaFVzNp" %}
[One entry across all charts at the exact same time](/smartchoise-manual/options/account-protection/one-entry-across-all-charts-at-the-exact-same-time.md)
{% endcontent-ref %}

{% endcolumn %}

{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/Tv9ezk5PezHJhmMzrVXi" %}
[Reference for daily limit](/smartchoise-manual/options/account-protection/reference-for-daily-limit.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/H9WJaBHlOZBDgB8XiZda" %}
[Reference for weekly limit](/smartchoise-manual/options/account-protection/reference-for-weekly-limit.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/NWe5O9uysGhWB8uB8FjL" %}
[Hard stop % account wide](/smartchoise-manual/options/account-protection/hard-stop-account-wide.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/ahAoJfx5CetHFnT6tAoL" %}
[Equity Stop](/smartchoise-manual/options/account-protection/equity-stop.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/gWgQaB9ok0t91l5BdDWv" %}
[Max Open Trades across account](/smartchoise-manual/options/account-protection/max-open-trades-across-account.md)
{% endcontent-ref %}

{% endcolumn %}
{% endcolumns %}


---

# 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.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.
