# Max Spread in Points

* **0**: **Auto** – The EA will automatically adjust the maximum spread based on the **average spread of your broker and** current market conditions ensuring trades are opened when conditions are favorable.
* **-1**: **Disabled** – The spread filter is ignored, and the EA will open trades regardless of the spread size.
* **Custom Value (e.g., 35)**: **Custom** – You can set a maximum spread limit in points. If the spread exceeds this value, the EA will not open any trades.

{% hint style="info" %}
It helps prevent trades from being opened when spreads are too wide, which could lead to unfavorable trade entries or slippage.

* **Auto Mode (0)**: Automatically adjusts to the market’s conditions and historical spread data from your broker, ensuring the EA stays active and protected without manual intervention. It adapts to varying spreads, ensuring reasonable trade entries.
* **Disabled Mode (-1)**: Allows the EA to open trades regardless of the spread size. This may result in higher slippage and worse entry prices during volatile periods.
* **Custom Mode**: Provides flexibility to set a specific spread based on user preference.
  {% endhint %}

{% hint style="warning" %}
The spread is **broker-dependent**, meaning the value can vary significantly between brokers. It’s important to consider your broker’s spread when setting this limit. **Test the setting on a demo account** to ensure you’re not missing trades or accepting too much slippage.
{% 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/risk-management/max-spread-in-points.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.
