Alert Relay Helper – Full Person Information
This text explains how one can 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 writer will observe the similar encrypted-alert customary.
1 · Idea & Workflow
- Supported indicator detects a sign (worth ⭣ 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 · Conditions
- 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 writer’s indicators that publicize “Alert Relay prepared”.
3 · Telegram facet (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 → Skilled 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/timeframe doesn’t matter).
- Drag the EA from Navigator onto the chart.
The configuration panel will pop up.
Fields defined:
Setting | Description |
---|---|
Telegram Username | Your precise @username with out the “@” signal. |
Indicator Names | Comma-separated listing of indicators you wish to hearken to (as proven in Navigator). Instance: VWAP Final Professional |
Flip ON / OFF | Important swap. ON = EA begins listening and relaying. |
Darkish / Mild Mode | Pure beauty. 😊 |
5 · Indicator facet
Open the chart the place VWAP Final Professional is operating.
- 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 value crossing situations within the indicator so it triggers instantly.
- Verify your Telegram: it is best to obtain a formatted message like:
VWAP Final Professional EURUSD: Worth 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 international variables.
8 · MT4 caveat
- MetaTrader 4 nonetheless depends on HTTP. That’s positive for the Telegram API ( http://api.telegram.org ).
- In the event 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 title spelling. 3) Watch the Specialists 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 secret’s hard-coded to work solely with this writer’s merchandise, which protects your alerts from being intercepted.
10 · Street-map
- Discord web-hook help (non-compulsory JSON format).
- Batch mode for bulk notifications.
© 2025 Ngo The Hung – be happy to depart feedback or function requests within the Feedback tab.