# Equity step in account currency

It works like a checkpoint.\
The EA compares your current equity to the last checkpoint.\
Only when equity grows by this defined amount will the lot size be increased.

If this value is set to zero, the entire equity-based scaling feature is disabled and no scaling will occur.

{% hint style="info" %}

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

Think of this value as a “distance” the account must grow before anything changes.

A larger value means:

* Slower lot size growth
* More conservative behavior
* Smaller impact on risk

A smaller value means:

* Faster lot size growth
* More frequent increases
* Higher sensitivity to equity changes
  {% endhint %}

{% hint style="info" %}

### **Example**

If your equity step is set to 5,000:

* Lot size stays the same until equity increases by 5,000
* Once equity grows by 5,000, the lot size increases once
* The next increase happens only after equity grows by another 5,000

If your equity step is set to 20,000:

* Lot size increases much more slowly
* Scaling may take a long time to trigger
  {% endhint %}

{% hint style="info" %}

#### **When to Use a Large Value**

A larger equity step is usually better if:

* You want very slow and controlled scaling
* Your account is large
* You want minimal impact on drawdown behavior
* You are cautious with risk
  {% 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/equity-step-in-account-currency.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.
