# Risk Management

#### 📉 How Risk Affects Trading

The **Risk Level** determines the trade size and how much of your account balance is exposed during a trade.

* **Higher Risk** → Larger trade sizes\
  → Higher profit potential\
  → But also **greater drawdown** if the market moves against you
* **Lower Risk** → Smaller trade sizes\
  → Slower, steadier growth\
  → More **stability and safety**, especially in volatile assets like gold

🧠 Choose a risk level that matches your comfort. It's better to grow steadily than to recover from big losses.

#### 🧭 Trading Style

This setting affects **how frequently the EA trades**:

* **Aggressive** → More trades, faster market engagement, higher exposure
* **Conservative** → Fewer trades, more selective entries, lower risk

> 🎯 Pick the style that aligns with your strategy—aggressive for activity, conservative for stability.

#### 🔁 Wait for Better Profit

When enabled, this option tells the EA to **hold trades slightly longer** once they reach profit, aiming to capture **larger gains** based on market momentum.

* Can **increase profit per trade**, especially in trending markets
* But also increases the risk of **giving back profits** if the market reverses

💡 Best used when the market is stable or trending—not during high volatility.

#### 🔀 Combining Different Strategies

You can enable one or more strategies to guide the EA’s trade decisions.

* **Why combine strategies?**\
  Multiple strategies offer diverse signals and perspectives, improving the EA’s ability to identify profitable setups.
* **What to expect:**\
  Combining strategies increases trade frequency and can enhance adaptability—but it also **raises exposure and overall risk**.

💡 **Tip**: Start with 1–2 strategies and monitor performance.\
Adding too many at once can make the EA overly active and harder to manage.

{% columns %}
{% column width="50%" %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/nikKFRAFboD5yJBbZa5j" %}
[Risk Level](/smartchoise-manual/options/risk-management/risk-level.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/UagMbV8LRffzSOf1yqO1" %}
[Max Spread in Points](/smartchoise-manual/options/risk-management/max-spread-in-points.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/oREFOzq8nu26JNC0zSg1" %}
[Adaptive Risk Control During Unfavorable Condition](/smartchoise-manual/options/risk-management/adaptive-risk-control-during-unfavorable-condition.md)
{% endcontent-ref %}
{% endcolumn %}

{% column width="50%" %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/uqaXyZiPoPGqdlGOi5pe" %}
[Trading Style](/smartchoise-manual/options/risk-management/trading-style.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/v0DejbRfuogMnf3OFJl0" %}
[Safe Mode](/smartchoise-manual/options/risk-management/safe-mode.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 %}
{% 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/risk-management.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.
