# Allow Higher Custom Balance

* If **Yes**(default):
  * The EA will perform a safety check during startup:\
    `Custom Balance must not be greater than the actual account balance.`
  * If violated, the EA will stop with an error to prevent overly aggressive trade sizing.
* If **No**:
  * The EA skips that safety check.
  * Custom Balance is accepted even if it's **greater than your real account balance**.
  * This can simulate trading with a larger account or test higher risk profiles on smaller accounts.

{% hint style="info" %}

#### **Use case:**

* Useful for **strategy testers**, **backtesting**, or **demo trading** where you want to simulate higher capital conditions.
* Also helpful when using small live accounts to test how the EA would behave with higher equity setups.
  {% endhint %}

{% hint style="danger" %}

#### ⚠️ **Important Notes:**

* Enabling this option can cause **lot sizes to be too large** relative to your real account balance.
* This increases risk and can lead to **margin issues or early stop-outs** if not used carefully.
* Recommended **only for advanced users** who fully understand the implications.
  {% endhint %}

{% hint style="warning" %}

#### 🧠 **Tip:**

Use this setting in combination with [**Custom Balance**](/smartchoise-manual/options/custom-balance/custom-balance-chart.md) and [**Dynamic Balance**](/smartchoise-manual/options/custom-balance/dynamic-balance.md) if you're simulating large-account behavior, but always monitor risk closely.
{% 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/custom-balance/allow-higher-custom-balance.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.
