📝 产品详情
Alerts to Telegram
| 作者 | Alexander Pekhterev |
| 版本 | v1.35 |
| 更新 | 2020-09-22T20:34:00 |
| 激活数 | 10 |
| 原价 | $33 USD |
Alerts to Telegram
The utility sends Alerts of all your indicators or advisers to a telegram channel (group or personal message).
Benefits:
1. There is no need to be at the terminal waiting for an alert from your indicator or advisor;
2. Simple setup.
Currently works with terminal languages:
1.Russian;
2.English.
If it is necessary to add your language please let me know.
The utility works together with the AlertToFile indicator (put the indicator in the Indicators folder)
Indicator: AlertToFile
Fast start
By default, everything is already configured and you can see your Alerts in the test channel t.me/tts_test
STEP # 1: MT4 Settings
- Service-Settings-Expert Advisors-Allow WebRequest for the following URLs (Add URL: https://api.telegram.org);
- In the EA settings, fill in the Telegram ID (User, Group or Channel) field (Example: -1001491620283 <- channel ID for the test);
- Leave Telegram Bot Token blank;
- Find out the chat (channel) ID using the bot in telegrams @getmyid_bot.
STEP # 2: Settings in Telegram:
- Find and run the bot @TlgrmTSbot;
- If necessary: add the bot to a group or channel (with administrator rights).
DONE!
-------------------------------------------------- -------------------------------------------------- -----------
Professional customization Alert2Telegram
Before launching Alert2Telegram EA, you need to create your own telegram bot, which will be the sender of messages created by this EA.
Instructions:
- Find the main bot @BotFather in the Telegram;
- Enter / newbot and follow the prompts to give it a name and username;
- Copy API marker;
- If you don't have one yet, create a channel or group;
- Open the Info channel / group, then Manage, Add Administrators, enter the bot username and click Save;
- Send any message to the channel / group, for example, "Hello!";
- Open the following URL in a browser: https://api.telegram.org/bot [api token] / getUpdates (don't forget to add the bot token to the URL);
- Search for the string "chat": {"id": to find a large negative number. This is your group or channel ID.
- Copy the chat ID (or Find the ID using the bot in telegrams @getmyid_bot);
- Test the bot in the browser (add the token and chat ID first): https://api.telegram.org/bot [api token] / sendMessage? Chat_id = [ChatID] & text = Hello !;
- In MT4 Service-> Settings-> Expert Advisors-> Allow WebRequest for the following URLs (Add URL: https://api.telegram.org);
- In A2T EA settings, fill in the Telegram ID and Telegram Bot Token fields.
-------------------------------------------------- -------------------------------------------------- -----------
Input parameters:
- Heading - Title
- Telegram ID (User, Group or Channel) - Chat ID
- Telegram Bot Token - Bot token API
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览