Alert Relay Helper – Complete User Guide

Alert Relay Helper – Complete User Guide

24 July 2025, 03:32
The Hung Ngo
0
45

Alert Relay Helper – Complete User Guide

Official Product Links

This article explains how to install, configure and troubleshoot the Alert Relay Helper EA for both MetaTrader 5 and MetaTrader 4. We’ll use VWAP Ultimate Pro as an example, but all future indicators released by the same author will follow the same encrypted-alert standard.

1 · Concept & Workflow

  1. Supported indicator detects a signal (price ⭣ VWAP, session start, …).
  2. Indicator encrypts a compact alert string with AES-256.
  3. The EA monitors every tick, decrypts it and immediately forwards the original text to Telegram via WebRequest.

2 · Prerequisites

  • MetaTrader 5 build 4150 or higher or MetaTrader 4 build 1380 or higher.
  • Windows firewall rule that permits outbound HTTPS (MT5) or HTTP (MT4).
  • Any of the author’s indicators that advertise “Alert Relay ready”.

3 · Telegram side (one-time)

  1. Search for @AlertRelayHelper_bot in Telegram and press Start.
  2. Send any text (e.g. /hi ). This step registers your username in the bot’s history—required so the EA can retrieve your chat-ID.

4 · MetaTrader set-up

a) Enable WebRequest

Tools → Options → Expert Advisors ☑ Allow WebRequest for listed URL Add: https://api.telegram.org or http://api.telegram.org (MT4)

b) Attach Alert Relay Helper

  1. Open any chart (symbol/time-frame does not matter).
  2. Drag the EA from Navigator onto the chart.
    The configuration panel will pop up.

Fields explained:

Setting Description
Telegram Username Your exact @username without the “@” sign.
Indicator Names Comma-separated list of indicators you want to listen to (as shown in Navigator).
Example: VWAP Ultimate Pro
Turn ON / OFF Main switch. ON = EA starts listening and relaying.
Dark / Light Mode Pure cosmetic.

5 · Indicator side

Open the chart where VWAP Ultimate Pro is running.

  1. Ensure the indicator’s “Send Alerts” options are enabled.
  2. Nothing else required—the indicator takes care of encryption and publishing.

6 · Testing

  1. With EA ON, change the price crossing conditions in the indicator so it triggers immediately.
  2. Check your Telegram: you should receive a formatted message like:

VWAP Ultimate Pro EURUSD: Price crossed below VWAP Level: 1.08345 Time: 2025-07-28 10:17

7 · Multiple indicators

Add more names to the Indicator Names box, separated by commas.

8 · MT4 caveat

  • MetaTrader 4 still relies on HTTP. That’s fine for the Telegram API ( http://api.telegram.org ).
  • If you see a “HTTPS not supported” error, double-check the URL scheme.

9 · Troubleshooting FAQ

❓ ChatID not found
Make sure you have messaged the bot from the same @username you entered.

❓ No messages forwarded
1) Verify WebRequest is enabled. 2) Confirm indicator name spelling. 3) Watch the Experts tab for “Decryption failed” – this means you entered a non-compatible indicator.

❓ Can I use it with third-party indicators?
No. The encryption key is hard-coded to work only with this author’s products, which protects your alerts from being intercepted.

10 · Road-map

  • Discord web-hook support (optional JSON format).
  • Batch mode for bulk notifications.

© 2025 Ngo The Hung  – feel free to leave comments or feature requests in the Comments tab.