# Notify when SL/TP is hit

When enabled, the EA sends a notification whenever a trade is closed because **Stop Loss (SL)** or **Take Profit (TP)** was reached.

{% hint style="info" %}

#### Why this is useful

* confirms that the trade closed for a known reason
* helps you monitor performance when you’re away from the platform
* useful when running multiple charts/instances
  {% 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/notifications/notify-when-sl-tp-is-hit.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.
