# Risk Level

The lot size for each trade is dynamically calculated based on several factors, including your **account balance**, **available equity**, **market conditions**, and **trend strength**.

* **Low: S**mall lot sizes; Ideal for conservative trading or small accounts.
* **Medium:** Balanced risk and trade size; suitable for steady growth
* **High:** Larger trades; for experienced users comfortable with higher volatility
* **Extreme:** Very high risk and trade size; only recommended for aggressive strategies and large accounts

{% hint style="warning" %}
**Tip:** Start with **Low or Medium** risk to get familiar with the EA. Adjust gradually based on performance, account size, and your comfort with risk.

Choosing the right level helps balance **growth potential** with **account protection**, especially in volatile markets like gold.
{% endhint %}

#### **Risk Level Settings & Lot Size Behavior**

The lot size for each trade is **dynamically calculated** based on multiple factors:

* Account balance
* Available equity
* Market conditions
* Trend strength

**🔹 Risk Level Options:**

* **Low**:\
  Small lot sizes. Ideal for conservative trading or small accounts.
* **Medium**:\
  Balanced risk and trade size. Suitable for steady, long-term growth.
* **High**:\
  Larger trades. For experienced users who are comfortable with more volatility.
* **Extreme**:\
  Very high risk and trade size. Only recommended for aggressive strategies and large accounts.

> ✅ **Tip**: Start with **Low** or **Medium** risk to get familiar with the EA’s behavior. Adjust gradually based on performance, account size, and your comfort with risk.

{% hint style="danger" %}

#### **Important Warning:**

Using **High or Extreme risk on a small account** (e.g., under $2,000) can cause:

* High drawdowns
* Faster account depletion in volatile conditions
* Increased emotional pressure and risk of panic decisions

**Gold is a volatile asset.** To protect your capital:

* Match the risk level to your account size and comfort
* Always enable a **Hard Stop** or **Stop Loss**
* Monitor regularly, especially in fast-moving markets
  {% 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/risk-level.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.
