Join our fan page
- Published by:
- Muharrem Rogova
- Views:
- 1055
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Your EA is running on a VPS and you need to know what it's doing. ASQ Telegram Notifier sends trade alerts, daily summaries, error notifications, and signal broadcasts straight to your phone. Multi-chat support lets you copy alerts to your personal chat, your trading group, and your signal channel simultaneously. Failed messages get queued and retried automatically.
USAGE
#include "ASQ_TelegramNotifier.mqh" CASQTelegramNotifier tg; tg.Initialize("YOUR_BOT_TOKEN", "YOUR_CHAT_ID", _Symbol); tg.AddChatId("GROUP_CHAT_ID"); // Optional 2nd chat tg.SetSilentHours(true, 22, 6); // No buzzing at night tg.VerifyConnection(); // Check bot token tg.SendStartup(); // EA is live tg.SendTradeOpen(_Symbol, "BUY", 0.10, ask, sl, tp); tg.Update(); // Process queue (call periodically)
ASQ Trade Frequency Controller
Runtime trade frequency adjustment library for MetaTrader 5.
ASQ Risk Analytics Engine
Institutional risk analysis library for MetaTrader 5. Zero external dependencies. Pure MQL5 mathematics.
Smart Money Concepts
An indicator which features full Smart Money Concept (SMC) + Break Of Structure (BOS) + Change Of Character (COC) + Fair Value Gap (FVG) Detection and Buy/Sell signals.
ASQ Recovery Engine
Intelligent anti-tilt risk management library for MetaTrader 5.

