# Adaptive Risk Control During Unfavorable Condition

This option adds an additional layer of risk management to your existing settings. When enabled, the EA will automatically adjust its behavior during market conditions that are considered unfavorable, such as:

* High volatility
* Low liquidity
* Weak trend signals

Even if you are already using **Low Risk / Conservative** settings, this mode will make the EA slightly more cautious to protect your account.

{% hint style="success" %}

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

* To add extra protection during periods of high uncertainty or sharp market movements.
* To reduce the likelihood of drawdowns affecting your overall account balance.
  {% endhint %}

{% hint style="warning" %}

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

* If you prefer maximum trade frequency regardless of short-term volatility.
* If you want the EA to follow your base risk profile strictly without additional adaptivity.
  {% endhint %}

{% hint style="info" %}

#### **Best Practices:**

* Enable this option on live accounts for more adaptive and cautious trading.
* Do **not rely on backtests** to evaluate this feature, as it depends on real-time market conditions and tick behavior.
* Combine with appropriate Risk Level settings to match your account size and trading goals.
  {% 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/risk-management/adaptive-risk-control-during-unfavorable-condition.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.
