# Equity Source for Sizing / Drawdown / Safety

* Auto: If *Custom Balance* is set → uses **Custom Balance + Floating Profit**. If *Custom Balance* is not set → uses **Account Equity**
* EA Equity: Always uses **Custom Balance + Floating Profit**, regardless of actual account equity
* Account Equity: Always uses the **broker account equity**
* Lowest Equity: Takes the **lowest value** between EA Equity and Account Equity. This adds extra protection during drawdowns

{% hint style="success" %}

#### When to use

* **Lowest Equity:** Small accounts or high volatility periods to avoid early Hard Stop triggers.
* **EA Equity:** If you want the EA to manage risk based solely on your virtual Custom Balance.
* **Account Equity:** If you want to base sizing strictly on broker-reported balance.
* **Auto:** Default and safe for most setups.
  {% endhint %}

{% hint style="info" %}

## Notes

* Recommended for smaller accounts: use **Lowest Equity** to avoid hitting Hard Stop too early.
* Floating profit = unrealized profit from only EA open positions.
* Custom Balance allows you to simulate a smaller account and protect extra capital. Or a larger one for increased Profit / Risk
  {% endhint %}

{% hint style="warning" %}

## **When NOT to Use**

* Avoid **EA Equity** for very small accounts with high floating drawdowns — could risk overexposure.
* Avoid **Account Equity** if you want to protect extra capital via Custom Balance.
  {% endhint %}

{% hint style="danger" %}

#### **Warnings**

* Using a wrong equity source may increase drawdown risk.
* Always check which equity the EA is referencing before going live.
  {% 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/general-and-utility/equity-source-for-sizing-drawdown-safety.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.
