# Lot increase per step

It controls the **size of each adjustment**, not how often adjustments happen.

If this value is set to zero, lot size will not increase even if the equity step is reached.

{% hint style="info" %}

## **How It Works in Simple Terms**

Each time equity grows enough to reach a new step, the EA adds this amount to the lot size of new trades.

The increase is cumulative and applies only to new positions.
{% endhint %}

{% hint style="info" %}

#### **Example**

If the lot increase is set to 0.01:

* First equity step reached adds 0.01 to lot size
* Second equity step reached adds another 0.01
* Over time, lot size grows slowly

If the lot increase is set to 0.10:

* Each step adds a much larger increase
* Risk and exposure grow faster
  {% endhint %}

{% hint style="info" %}

## **Why Small Values Matter**

Even small increases can have a big effect over time.

A small lot increase:

* Keeps risk growth smooth
* Makes drawdowns easier to manage
* Is more forgiving during bad market periods

A large lot increase:

* Amplifies both gains and losses
* Can stress recovery and safety limits
* Is suitable only for advanced risk setups
  {% endhint %}

{% hint style="info" %}

#### How Both Settings Work Together

Both settings must be active for scaling to work.

[Equity step](/smartchoise-manual/options/lot-size-scaling-based-on-equity/equity-step-in-account-currency.md) controls **how often** lot size increases.\
Lot increase controls **how big** each increase is.

Safe behavior usually means:

* Large equity steps
* Small lot increases

Aggressive behavior means:

* Small equity steps
* Large lot increases
  {% endhint %}

{% hint style="info" %}

#### Important Notes for Beginners

* Scaling only increases lot size, it does not automatically reduce it
* Lot size changes apply only to new trades
* This feature increases maximum exposure over time
* Always test different values on a demo account first
  {% 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/lot-size-scaling-based-on-equity/lot-increase-per-step.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.
