# Notifications

This group controls what the EA **alerts you about** while it’s trading. Notifications help you stay informed without staring at charts all day (because you have better things to do… like not staring at charts all day).\
\
Notifications – Platform Configuration

To receive notifications from SmartChoise, make sure **MetaTrader 5 notifications are enabled**.

You can enable notifications via:

* **Tools → Options → Notifications** (Push notifications), or
* **Tools → Options → Email** (Email notifications)

Notes:

* If **both Push and Email** are configured, notifications will be sent to **both**.
* If **only one** is configured, notifications will be sent **only through that channel**.
* If neither is configured, the EA will generate alerts internally but **no message will be delivered**.

Make sure to test notifications in MT5 after configuration to confirm they are working correctly.

<figure><img src="/files/dasgXnu5sytsINQJYQ2r" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/m6VVrFnW2rgSQznwyNiP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

#### You can enable alerts for:

* trade exits (SL/TP)
* protection limits (daily/weekly loss, hard stop, equity stop, max DD per trade)
* profit targets (global TP, break-even, minimum profit, basket TP)
* early warnings when drawdown is **approaching** a limit
  {% endhint %}

{% hint style="info" %}

#### Use Notifications if you want:

* clear “something important happened” messages
* early warnings before a stop/limit is hit
* extra visibility when running multiple charts or leaving the EA unattended
  {% endhint %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

{% 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/notifications.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.
