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

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
Yes, I don't get it, I don't know, I can't send to bot by name either, only by ID. How do you send it to yourself? Or rather, how do you get your id in the cart? I only get it to the bot.
I get any ID through the bot Get My ID
I get any ID through the Get My ID bot.
Yes, mixed up my id and the bot. We send to ourselves in a private message from our own bot))))
From Andrei's article
It should be noted that in these examples we pass the chat_id as the recipient of the message. We can't know it in advance to send a message to the user until he/she starts chatting with the bot first. There is also no way to contact the user by their mobile phone number or @username. This is done, obviously, for security purposes, so that bots do not send spam. But bots can publish messages on the channel by addressing the user by his/her name using the second SendMessage option.
Hello,
I am trying to add a new language to Search file but I have these hex parameters that I don't understand the meaning:
What is that \xF1EC\xF1E7 in the english, for example, and how to convert it to obtain pt flag?
I had some glitch last week - the function of reading message queue from Telegram stopped working. I.e. outgoing messages are sent as before, both text and screenshots, but the GetUpdates() function returns nothing, the chat queue is always empty.
Has anyone encountered such a glitch? What can be the reason?
Hello!
All tags are described in the docs on Telegram API.
hello guys,
I have completed the code for sending message from telegram to mt5 but i am having a small error, when sending close command of many close commands at the same time, it can only send one order but not many orders.
Can anyone help me see where I'm going wrong?
hello guys,
I have completed the code for sending message from telegram to mt5 but i am having a small error, when sending close command of many close commands at the same time, it can only send one order but not many orders.
Can anyone help me see where I'm going wrong?
If you are serving many users via the bot there is a 30 interactions per second limit i think
If you are serving many users via the bot there is a 30 interactions per second limit i think
I only use it personally and only to send each mt5 account to telegram.
but when opening or closing the command at the same time, it can only send one message to telegram
I only use it personally and only to send each mt5 account to telegram.
but when opening or closing the command at the same time, it can only send one message to telegram
There was no code when i replied , i see that you can replace the bot.SendMessage with a function that adds the message to a burst list . You could also keep growing the message and send it out of the loop but you would hit character limitations there.
A brief schematic could be like this :