Discussion of article "How to create bots for Telegram in MQL5" - page 12

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
Please attach the code here instead of linking to an external website.
The bot is sending the same message multiple times, the log says :"Too many requests: retry after 10","parameters":{"retry_after":10}
Here is my mq4 file:
Thank you
Hello!, I managed to do since they also work on private channels, everything is on the Telegram.mqh, there is a part in the file where the "@" are located, what I did was replaced by "-", and at the time of placing the name of the channel with the variable InpChannelName there place the following "-10014749xxxxx", the token of the channel with the bot
Hello,
For those who want to send to a private channel,
1) replace the "@" by "-" in the Telegram.mqh at line 1009 and line 1010 (see attached image),
2) in the mq4 file, you put your channel token starting by -1000xxxx like this: InpChannelName="-10000xxxx";//Channel Name
and you should get the messages after setting your channel to private.
Good luck.
Hello,
For the multiple messages sent, this is the error message I am getting in MT4 journal :
{"ok":false,"error_code":429,"description":"Too Many Requests: retry after 11","parameters":{"retry_after":11}}
and
Error: Unknown error 66965
Thank you for your help.
Hello,
For those who want to send to a private channel,
1) replace the "@" by "-" in the Telegram.mqh at line 1009 and line 1010 (see attached image),
2) in the mq4 file, you put your channel token starting by -1000xxxx like this: InpChannelName="-10000xxxx";//Channel Name
and you should get the messages after setting your channel to private.
Good luck.
So if i have allready set to private channel by change "@" to "-" when i like to send to public channel i should change it back again?
Thanks
So if i have allready set to private channel by change "@" to "-" when i like to send to public channel i should change it back again?
Thanks
Hi Andrey, please am getting HTTP request failed
Please help
Thanks
Hi Andrey, please am getting HTTP request failed
Please help
Thanks
Hi @Andrey Voytenko
I'm getting same problem. It have been happening for months. Please help!
Thank you so much!
Hello Andrey,
Can I say the file is corrupted. HTTP request failed Error persisted.
Can I get the file Telegram Bot EA again.
Hello Andrey,
Can I say the file is corrupted. HTTP request failed Error persisted.
Can I get the file Telegram Bot EA again.
Please Read through the 11 Pages.
Your issue was long ago solved