Alert Relay Helper – Full Person Information
This text explains find out how to set up, configure and troubleshoot the Alert Relay Helper EA for each MetaTrader 5 and MetaTrader 4. We’ll use VWAP Final Professional for instance, however all future indicators launched by the identical creator will observe the similar encrypted-alert customary.
1 · Idea & Workflow
- Supported indicator detects a sign (value ⭣ VWAP, session begin, …).
- Indicator encrypts a compact alert string with AES-256.
- The EA displays each tick, decrypts it and instantly forwards the unique textual content to Telegram through WebRequest.
2 · Stipulations
- MetaTrader 5 construct 4150 or greater or MetaTrader 4 construct 1380 or greater.
- Home windows firewall rule that allows outbound HTTPS (MT5) or HTTP (MT4).
- Any of the creator’s indicators that publicize “Alert Relay prepared”.
3 · Telegram aspect (one-time)
- Seek for @AlertRelayHelper_bot in Telegram and press Begin.
- Ship any textual content (e.g. /hello ). This step registers your username within the bot’s historical past—required so the EA can retrieve your chat-ID.
4 · MetaTrader set-up
a) Allow WebRequest
Instruments → Choices → Knowledgeable Advisors ☑ Permit WebRequest for listed URL Add: https://api.telegram.org or http://api.telegram.org (Mt4)
b) Connect Alert Relay Helper
- Open any chart (image/time frame doesn’t matter).
- Drag the EA from Navigator onto the chart.
The configuration panel will pop up.
Fields defined:
Setting | Description |
---|---|
Telegram Username | Your actual @username with out the “@” signal. |
Indicator Names | Comma-separated record of indicators you need to hearken to (as proven in Navigator). Instance: VWAP Final Professional |
Flip ON / OFF | Foremost change. ON = EA begins listening and relaying. |
Darkish / Gentle Mode | Pure beauty. 😊 |
5 · Indicator aspect
Open the chart the place VWAP Final Professional is working.
- Make sure the indicator’s “Ship Alerts” choices are enabled.
- Nothing else required—the indicator takes care of encryption and publishing.
6 · Testing
- With EA ON, change the worth crossing situations within the indicator so it triggers instantly.
- Test your Telegram: it is best to obtain a formatted message like:
VWAP Final Professional EURUSD: Value crossed under VWAP Degree: 1.08345 Time: 2025-07-28 10:17
7 · A number of indicators
Add extra names to the Indicator Names field, separated by commas.
The EA routinely creates and clears the corresponding world variables.
8 · MT4 caveat
- MetaTrader 4 nonetheless depends on HTTP. That’s high-quality for the Telegram API ( http://api.telegram.org ).
- When you see a “HTTPS not supported” error, double-check the URL scheme.
9 · Troubleshooting FAQ
❓ ChatID not discovered
Ensure you have messaged the bot from the identical @username you entered.
❓ No messages forwarded
1) Confirm WebRequest is enabled. 2) Verify indicator identify spelling. 3) Watch the Consultants tab for “Decryption failed” – this implies you entered a non-compatible indicator.
❓ Can I take advantage of it with third-party indicators?
No. The encryption key’s hard-coded to work solely with this creator’s merchandise, which protects your alerts from being intercepted.
10 · Highway-map
- Discord web-hook help (elective JSON format).
- Batch mode for bulk notifications.
© 2025 Ngo The Hung – be at liberty to depart feedback or characteristic requests within the Feedback tab.