# Global Take Profit

* **0 (Disabled):** The EA will not close trades based on this rule.
* **Value (e.g., 10):** Once the **total floating profit** from all open trades reaches the amount specified in account currency, **all trades are closed (including manual or opened by other EAs)**, locking in that profit.

{% hint style="info" %}
The EA constantly monitors total floating profit across **all open trades**.

Once the sum of profits hits the specified target, **it closes all positions immediately** — regardless of the symbol or which EA/chart opened them.

* Use this to **capture profits** for the entire account once your daily or session goal is hit.
* Combine with **Hard Stop %** for a full account-level risk/profit plan.
* Don’t forget to keep it **disabled (0)** if you prefer the EA to manage trades independently.
  {% endhint %}

{% hint style="success" %}

#### **Use Cases**

* **Profit-locking strategy:** Secure your gains once you hit a target without waiting for individual TPs.
* **Risk control:** Avoid over-trading or giving back profits in volatile conditions.
* **Account-wide coordination:** Great when running multiple charts or strategies together.
  {% endhint %}

{% hint style="warning" %}

* This is a **global** setting — it applies to **all trades on the account**, including those from other EAs or manual trades.
* It’s especially powerful when combined with **recovery systems** or **multiple SmartChoice charts**.
* Use it cautiously if you're running **other EAs** that have separate strategies or targets.
  {% 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/global-take-profit.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.
