# Safe Mode

When **Safe Mode** is enabled (`Yes`), the EA prioritizes safety and capital preservation.\
It becomes more selective with trade entries by applying additional internal filters to confirm market direction, volatility stability, and price structure.

This mode is ideal for users who prefer:

* **Lower drawdown**
* **Fewer but higher-quality trades**
* **More consistent performance in volatile or uncertain markets**

When **Safe Mode** is disabled (`No`), the EA will trade with its standard logic, still safe, but more active and responsive to shorter-term opportunities.

**Recommended Use:**

* **Enable Safe Mode** when market conditions are unstable, low account balance, during major news events, or if you prefer conservative growth.
* **Disable Safe Mode** if you want more frequent trades and can tolerate slightly higher drawdown.

**Example:**

<table><thead><tr><th width="172">Setting</th><th>Description</th></tr></thead><tbody><tr><td><code>SafeMode = Yes</code></td><td>EA will filter out medium-confidence trades and only take high-probability setups.</td></tr><tr><td><code>SafeMode = No</code></td><td>EA will trade normally, responding to most valid setups based on its neural network model.</td></tr></tbody></table>


---

# 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/risk-management/safe-mode.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.
