# Disable margin limit check

* No(default): The EA will **check your free margin** before opening a trade.\
  If your margin is too low, it will **skip the entry** to avoid risking a margin call or stop-out.
* Yes: The EA **ignores margin checks** and will attempt to open trades **even if margin is tight**.

{% hint style="success" %}

#### **Why You Might Use It**

* On **accounts with high leverage**, where margin is rarely an issue
* For **advanced users** who want full control and prefer to monitor margin themselves
* In **demo environments** to stress test the EA under high-load conditions
  {% endhint %}

{% hint style="danger" %}

#### **Why You Might NOT Use It**

* Disabling margin checks increases the risk of:
  * **Overexposure**
  * **Margin calls**
  * **Broker rejecting orders** due to insufficient funds
* Especially risky on **low leverage** accounts or **during high volatility**
  {% endhint %}

{% hint style="info" %}

* Keep this setting **disabled** (`false`) unless you’re confident in your risk control and account balance.
* Use with **caution** on small or funded accounts.
* Recommended only for **experienced users** or testing scenarios.
  {% endhint %}

🧠 *Think of this as turning off the EA’s seatbelt. It gives you freedom, but also removes a safety layer.*


---

# 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/disable-margin-limit-check.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.
