# Take Profit (TP) in points

* **0 (Disabled):**\
  By default, when set to 0 (Disabled), the EA will close trades based on its **internal logic in profit**.
* **Custom Value**:  (e.g., 100, 300, etc.)\
  When the trade reaches the specified profit level, it will be closed **automatically** — either directly on the broker's side (**Classic**) or internally by the EA (**Virtual**), depending on the selected [TP / SL / Trailing Type](/smartchoise-manual/options/general-and-utility/tp-sl-trailing-type.md).

{% hint style="success" %}
**🔧 Activation Conditions:** To allow trades to reach Take Profit level you need to make sure:

* ✅ **Wait for Better Profit** is enabled

or

* ✅ **Minimum Profit in Account Currency** is set higher than the Take Profit value

If both are disabled the EA might **close the trade earlier** for a small profit **before** the Take Profit even has a chance to be reached.
{% 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/trade-management/take-profit-tp-in-points.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.
