> For the complete documentation index, see [llms.txt](https://mt5-m0rpheu5.gitbook.io/mt5.m0rpheu5-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mt5-m0rpheu5.gitbook.io/mt5.m0rpheu5-docs/guides/notifications.md).

# Notifications

MT5 Link can send you Telegram messages for important events.

***

## Notification Types

| Event                     | When You'll Get a Message                     |
| ------------------------- | --------------------------------------------- |
| **Signal Received**       | New signal parsed from your channel           |
| **Order Placed**          | Pending order sent to MT5                     |
| **Order Filled**          | Pending order becomes active position         |
| **TP Hit**                | Take profit level reached                     |
| **SL Hit**                | Stop loss triggered                           |
| **Position Closed**       | Position closed (any reason)                  |
| **Trailing Stop Updated** | Stop loss moved to lock profit                |
| **Error**                 | Signal parsing failed, MT5 disconnected, etc. |

***

## Enabling Notifications

1. Open MT5 Link
2. Go to **Settings** → **Notifications**
3. Toggle each notification type on/off
4. Click **Save**

***

## Notification Delivery

* **Channel**: Sent to your **private Telegram chat** (the one you used for API phone number)
* **Format**: Clean, readable messages with emoji indicators
* **Timing**: Near real-time (usually within seconds)

***

## Example Notifications

### Signal Received

```
📡 Signal Received
📊 XAUUSD | BUY
💰 Entry: 4150.00
🎯 TP: 4155.00 / 4160.00 / 4165.00
🛑 SL: 4140.00
```

### Order Filled

```
✅ Order Filled
📊 XAUUSD | BUY 0.01 lots
💰 Entry: 4150.00
🎯 TP1: 4155.00
🛑 SL: 4140.00
```

### TP Hit

```
🎯 Take Profit Hit!
📊 XAUUSD | BUY 0.01 lots
💰 TP1: 4155.00 (+50 pips)
💰 Profit: $5.00
```

### Error

```
⚠️ Error
Signal skipped — price too far from entry
Pair: EURUSD | Current: 1.0850 | Signal: 1.0700
```

***

## Recommended Settings

| Notification          | Recommended                   |
| --------------------- | ----------------------------- |
| Signal Received       | On (know when signals arrive) |
| Order Placed          | On (confirm execution)        |
| Order Filled          | On (know when live)           |
| TP/SL Hit             | On (know exits)               |
| Position Closed       | On                            |
| Trailing Stop Updated | Off (noisy)                   |
| Error                 | On (critical)                 |

***

## Troubleshooting

### Not Receiving Notifications

1. Check **Settings → Notifications** — all toggles on
2. Make sure you **started a chat with the bot** (send `/start` to @your\_bot)
3. Check your Telegram **notification settings** for the bot chat
4. Verify the bot is **not blocked**

### Too Many Notifications

* Turn off "Signal Received" if your provider sends many signals
* Turn off "Trailing Stop Updated" (most verbose)

***

## Privacy

* Notifications go to **your private chat only**
* No data is shared with third parties
* You control exactly which events trigger messages


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mt5-m0rpheu5.gitbook.io/mt5.m0rpheu5-docs/guides/notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
