Telegram helper for indicator
- 유틸리티
- Minh Truong Pham
- 버전: 1.1
- 업데이트됨: 11 11월 2022
A problem when indicator call webrequest is "The WebRequest() function is synchronous, which means its breaks the program execution and waits for the response from the requested server. Since the delays in receiving a response can be large, the function is not available for calls from indicators, because indicators run in a common thread shared by all indicators and charts on one symbol. Indicator performance delay on one of the charts of a symbol may stop updating of all charts of the same symbol.". Other way is use wininet.dll but this is not secure (and cannot publish on mql market also :D).
This service help coder add "Send message to Telegram" to indicator.
Free for user who puscharse my product.
Usage:
After downloading the tool, you follow these steps:
1. Copy tool to “service” folder cof MT5, as you copy indicator to “indicators” folder
2. Configure the indicator following steps:
In Notification configure group
Telegram channel id: input your channel id number
Telegram bot token: input your telegram bot_token
File .txt write msg: input any filename and ends with the extension .txt. If you use other our indicator, please enter this file name differently for each indicator. Configure the service as following steps:
In Input “files (with .txt ext) separate by | character”: enter the filename [file_name].txt. If you use other our indicator, please enter [file_name].txt seperated by characters | . For example: trendline.txt|swingzz.txt means you are using my 2 indicators are: trendline with break và swingzz and you configure both those indicators notification through telegram.
3. Finally, please remember that service only runs when you turn it on. Then there will be a blue icon.