# Custom Lot Size Settings

You can keep the EA in **Auto** mode (recommended for most users), or override it with **fixed** or **percentage-based** sizing when you need strict, predictable exposure.

{% hint style="info" %}

### How to think about it (3 sizing modes)

#### 1) Auto lot sizing (dynamic)

The EA automatically calculates lot size based on things like **equity, selected risk level, trading style**, and your fine-tuning settings.

Use Auto when you want the EA to **adapt** as your account and market conditions change.

**You can still control Auto with:**

* **Auto lot size multiplier** (makes Auto lots smaller or bigger)
* **Max Auto Lot Size** (hard cap so Auto never exceeds your limit)

***

#### 2) Fixed lot sizing (manual)

You force the EA to use **one exact lot size** for every trade (e.g., always `0.10`). This ignores changes in balance/equity and doesn’t adapt to volatility.

Use Fixed when you want **full manual control** (testing, strict money management rules), but be aware it also removes the EA’s dynamic risk adjustments.

***

#### 3) Percentage-based sizing (semi-manual)

You tell the EA to size trades based on a **fixed % of Balance** or a **fixed % of Equity**. The EA then calculates the lot size needed to match that allocation.

This scales trade size as your account changes, but it’s **not a stop-loss**. If set too high, it can create oversized positions and fast drawdowns—especially when Recovery is involved.
{% endhint %}

{% hint style="warning" %}

### Important behavior notes (so settings don’t “fight” each other)

* **Auto lot size multiplier** only applies in **true Auto mode** (i.e., when you are *not* using Fixed Lot or other manual sizing overrides).
* **Max Auto Lot Size** is your “seatbelt” for Auto: even if the EA wants to open bigger, it will cap at your limit.
* Any manual sizing method (Fixed / % Balance / % Equity) makes your exposure more rigid, so you’re taking more responsibility for making sure lot sizes match your account and risk tolerance.
  {% endhint %}

{% hint style="success" %}

### Quick recommendations

* **Most users:** Auto + Multiplier (start at `1.0`) + optional **Max Auto Lot Size** cap.
* **Testing / strict control:** Fixed Lot Size.
* **Portfolio-style risk scaling:** % of Balance or % of Equity (advanced—use conservatively).
  {% endhint %}

{% columns %}
{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/xPPADdNzmSXPfiG0PRRr" %}
[Auto lot size multiplier](/smartchoise-manual/options/custom-lot-size-settings/auto-lot-size-multiplier.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/7nmSYavXWmpFBPf8MR0T" %}
[Fixed Lot size](/smartchoise-manual/options/custom-lot-size-settings/fixed-lot-size.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/MvcjYmDfo3EAlx4LTcEC" %}
[Fixed Lot size based on % of equity](/smartchoise-manual/options/custom-lot-size-settings/fixed-lot-size-based-on-of-equity.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/R1Ne69ZdU2eprvsX0AFU" %}
[Max Auto Lot Size](/smartchoise-manual/options/custom-lot-size-settings/max-auto-lot-size.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/ho6iwe6sIwI4xpDl9rTk" %}
[Fixed Lot size based on % of balance](/smartchoise-manual/options/custom-lot-size-settings/fixed-lot-size-based-on-of-balance.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/custom-lot-size-settings.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.
