# Min profit for recovery pairs

* **If set to `0`:** Disabled, Recovery trades will be closed when the overall profit of the EA trades is positive
* **If set to a positive number (e.g., `$10`):** The EA will close pairs of recovery trades if their combined profit reaches or exceeds that amount.

This is useful in situations where the entry trade may still be in drawdown but the total profit of 2 recovery trades is greater than the option value.

{% hint style="warning" %}

#### **Why You Might Avoid It**

* **Delays Recovery of Entry Trade:** If you set a high threshold, the EA will prioritize closing recovery trades with enough profit before it closes the entry trade. This can **delay the recovery of the entry trade**, as it might remain open longer than expected, waiting for the recovery trades to reach the profit threshold.
* **Does Not Close Entry Trade Early:** This setting only affects recovery trades and their closure. It will not close the entry trade based on the threshold; the entry trade will remain open until it meets its own conditions.
  {% 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-profit-for-recovery-pairs.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.
