Discussion of article "How to create bots for Telegram in MQL5" - page 47
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello friends, I use the following code to send a message to Telegram. My problem is that instead of sending a message once, it sends several times.
please guide me.
Move your code from OnTick to OnInit
this is amazing!! i was wondering if there is a version for MT4?
looks like this is only working on MT5
Thank you in advance
this is amazing!! i was wondering if there is a version for MT4?
looks like this is only working on MT5
Thank you in advance
This very same library works on MT4 just copy and paste to mql4 include files
Ok folks,
Are there anybody who may share working code of mt5 buy sell signal to Telegram accounts ?
PS: To the admins; please stop refer to freelance section, thanks :)
Here the terminal crashes every time in debug mode. On "if(res==0)" I press F10 and the terminal crashes. I have to restart. res value is 0.
With such logs in the meta-reader:
Ok folks,
Are there anybody who may share working code of mt5 buy sell signal to Telegram accounts ?
PS: To the admins; please stop refer to freelance section, thanks :)
Hello the Main Article talks about what you have requested there is infact an EA named Telegram_Signal_EA That does what you have requested
Good afternoon.
What can cause this error?
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
Good afternoon.
What can cause this error?
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
https://core.telegram.org/bots/api#deletewebhook need to do this