# Min Price distance between Recovery Trades

{% hint style="info" %}
It ensures that recovery trades are only opened if the price has moved **at least this distance** and the EA detects **clear signs of a potential trend reversal** in your favor.

**Unit:** US Dollars
{% endhint %}

**Default:** `0` (Auto – EA decides based on volatility, risk setting and trend signals)

* **Recommended Range:** 10 – 30 for most accounts
* **Higher values** = More spacing = Fewer recovery trades but safer
* **Lower values** = Tighter spacing = More recovery trades but increased risk

{% hint style="success" %}
Helps **space out recovery entries**, avoiding clustered positions.

Gives the EA more flexibility to wait for better timing, based on trend analysis.

#### 🧠 How It Works

* This is the **minimum required spacing** from:
  * The **original entry** to the **first recovery trade**
  * Each **recovery trade** to the **next one**
* This is **not just a fixed spacing** between recovery trades.
* The EA uses this value **together with its trend reversal detection** to decide **if and when** a recovery trade should be placed. This is the Min
* This helps avoid over-trading in a tight range and focuses on more strategic entries.
* A recovery trade will **only be opened** if:
  * The price has moved this minimum distance **and**
  * A trend reversal signal is confirmed
* Helps avoid placing trades too closely in volatile or sideways markets
  {% endhint %}

{% hint style="warning" %}

#### 🚨 Important Notes

* This setting applies **per chart**, not globally.
* **Auto mode** (`0`) adapts dynamically based on live market conditions.
* Increasing this value may reduce drawdown by filtering out unnecessary trades.
* Use **demo testing** before adjusting to understand its effect on trade frequency and behavior.
* This is the **minimum required gap** from the **last trade** before the EA considers opening a new recovery trade.
* It does **not guarantee** a recovery trade will open after this distance — it must also meet **trend reversal criteria** based on the EA's logic.
* This avoids clustering trades too close together during sideways or volatile conditions.
  {% endhint %}

{% hint style="danger" %}

#### Warning:

* **Setting it too low** (e.g. < 10) can lead to **overtrading**, cluttering your chart with recovery trades that are too close together, increasing exposure and risk.
* **Setting it too high** (e.g. > 50) may **delay recovery trades too long**, allowing deeper drawdowns without any intervention.
* Always **test on a demo account first**, especially if you're combining this with **Extreme Risk**, **Extra Strategies**, or multiple charts.
  {% 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/recovery/min-price-distance-between-recovery-trades.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.
