# Profit Management

Profit Management controls **when the EA is allowed to close trades in profit** (and how “selective” it should be). Think of it as your **exit-quality toolbox**: you can enforce a minimum profit, close baskets at break-even, hold trades longer for bigger moves, or lock in an account-wide profit target.

{% hint style="info" %}

#### This group is especially useful if you:

* want to avoid “tiny-profit” closes and aim for more meaningful exits,
* use Recovery and want clear rules for when a basket should be closed (positive, break-even, or even small controlled loss),
* run multiple charts/EAs and want an **account-level profit lock**.
  {% endhint %}

{% hint style="info" %}

### What the options in this group do

#### 1) Minimum profit rules (trade won’t close until profit is “worth it”)

* **Min profit in account currency** sets a fixed minimum profit in your account currency (USD/EUR/etc.), or uses Auto logic when set to `0`.
* **Auto Min Profit Multiplier** fine-tunes the *auto-calculated* minimum profit by scaling it up or down (1.0 = default).

#### 2) Basket exits (close multiple trades together)

* **Break Even in account currency** closes *all open trades* when the combined floating P/L reaches your threshold (works only when 2+ trades are open). It supports positive values (close in profit) and negative values (cut the basket at a small controlled loss).

#### 3) “Hold for more” behavior

* **Wait for Better Profit** keeps trades open a bit longer after they reach a small profit, aiming for a larger exit when momentum/trend conditions support it (with the trade-off of potential reversals).

#### 4) Account-wide profit lock

* **Global Take Profit** closes **all trades on the account** (including manual trades and other EAs) once total floating profit reaches your target. Powerful — and easy to forget it’s global.

#### 5) Scaling profit targets with equity

* **Adaptive Profit Scaling** adjusts profit targets as equity grows (enabled = targets scale; disabled = more “linear” behavior where profit increases mainly via lot size).
  {% endhint %}

{% columns %}
{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/zNsjiHRom9CQRRj3ZgX6" %}
[Auto Min Profit Multiplier](/smartchoise-manual/options/profit-management/auto-min-profit-multiplier.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/VFrHErUMqqj9XX6CWnKA" %}
[Break Even in account currency](/smartchoise-manual/options/profit-management/break-even-in-account-currency.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/UfubAOPqRfZFzCOOipcU" %}
[Global Take Profit](/smartchoise-manual/options/profit-management/global-take-profit.md)
{% endcontent-ref %}

{% endcolumn %}

{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/xj3Net5yFy0woJtESFIs" %}
[Min profit in account currency](/smartchoise-manual/options/profit-management/min-profit-in-account-currency.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/eZPTwQx13e5TPi2CBwRG" %}
[Wait for Better Profit](/smartchoise-manual/options/profit-management/wait-for-better-profit.md)
{% endcontent-ref %}

{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/kH1EPZRGTbIuJfuOCpMY" %}
[Adaptive Profit Scaling](/smartchoise-manual/options/profit-management/adaptive-profit-scaling.md)
{% endcontent-ref %}

{% endcolumn %}
{% endcolumns %}


---

# 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/profit-management.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.
