# Adaptive Profit Scaling

When enabled, the EA aims to close trades at a **larger total profit** as equity grows.\
When disabled, profit targets remain **linear**, meaning the number of target points stays the same and only the lot size increases.

This option is designed to make profit behavior more proportional across different account sizes.

{% hint style="info" %}

#### How It Works

* **Enabled**
  * Profit targets scale with equity growth.
  * As equity increases, the EA requires more profit (in points or value) before closing trades.
  * This helps avoid very small profit targets on large accounts.
* **Disabled**
  * Profit targets are linear.
  * The EA closes trades using the same number of target points regardless of equity.
  * Profit increases mainly come from larger lot sizes, not wider profit targets.
    {% endhint %}

{% hint style="danger" %}

#### Impact on Risk & Trade Behavior

* **Risk / Drawdown**
  * Enabling Adaptive Profit Scaling can increase trade holding time, especially on larger equity.
  * Floating drawdown may last longer while waiting for expanded profit targets.
  * Disabling it results in faster trade closures but smaller relative profit on large balances.
* **Trade Frequency**
  * Enabled: slightly fewer closures, trades may run longer.
  * Disabled: more frequent closures with consistent point targets.
* **Behavior in Recovery**
  * Adaptive Profit Scaling can delay basket closure during recovery if higher profit is required.
  * Works best when combined with proper Recovery and Exposure Reduction settings.

{% endhint %}

{% hint style="info" %}

#### Typical Use Cases

* **Large or growing accounts**
  * Helps keep profit expectations proportional to equity.
  * Prevents very small TP distances on high balances.
* **Smaller or conservative accounts**
  * Linear profit behavior (disabled) may be more predictable.
  * Faster exits reduce exposure time.
    {% endhint %}

{% hint style="warning" %}

#### Important Notes

* This option **does not increase lot size by itself**.
* It only affects **how much profit is required before closing trades**.
* It does not override:
  * Hard Stops
  * Equity Stops
  * Daily / Weekly Loss Limits
* Final trade closure is still subject to safety and risk management rules.
  {% endhint %}

{% hint style="success" %}

#### Recommended Practice

Changes to **Adaptive Profit Scaling** should always be tested on a **demo account first**, especially when used together with:

* Recovery
* Exposure Reduction
* Global Take Profit
* Advanced Risk settings
  {% 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/profit-management/adaptive-profit-scaling.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.
