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

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 Everyone!!
Can i know if there is any easy way to get different template buttons according to the chosen time frame?
Thanks!!
Yes the easy way is to go here.
[SOLVED] "UNKNOWN ERROR 1001"
Above quote is from https://core.telegram.org/mtproto
I found a problems when we have many devices, the times on each Telegram device maybe don't have the same.
Then i sync my PC time zone exactly with Mobile time.
After that, i don't see this bug anymore.
-> This is my solution. I don't know if it work for you. It just a hint.
Hope you guys can solve this bug soon!
Dear forum members, please tell me how to solve this problem
{"ok":false, "error_code":409, "description": "Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"} Who has encountered this? Where to dig, what to look at.
Dear forum members, please tell me how to solve this problem
{"ok":false, "error_code":409, "description": "Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"} Who has encountered this? Where to dig, what to look at.
Do you have more than one indicator running or an EA with the same bot?
Yes, I have several terminals, and the task is to get these terminals the same signal from the bot, and how to be?
Yes I have several terminals, and the task is to get these terminals the same signal from the bot, and how to be?
You can receive one of them and send signals to the others via a file (there are such copiers in kodobase, I think).
It is possible to receive one and send signals to the other via a file (there are such copiers in kodobase, I think).
The thing is that something is on the server, something on the vps, something on the work machine, and I want to do it via Telegram, for practice, so to speak, it's interesting. And I stumbled when I tried to receive it all on several terminals, with one terminal there are no problems, it receives and sends, everything is as it should be, of course, you can cancel the marking that the message has been received and thus, even despite the error, the Expert Advisor will sooner or later receive the message, and you can filter out dubbing, but it's all a dance with a tambourine, surely there is some beautiful solution. Or a general approach to organise such a mechanism of communication between Telegram and terminals.
The thing is that something is on the server, something on the vps, something on the work machine, and I still want to somehow through Telegram, for practice, so to speak, it's interesting. And I stumbled when I tried to receive it all on several terminals, with one terminal there are no problems, it receives and sends, everything is as it should be, of course, you can cancel the marking that the message has been received and thus, even despite the error, the Expert Advisor will sooner or later receive the message, and you can filter out dubbing, but it's all a dance with a tambourine, surely there is some beautiful solution. Or a general approach to organise such a mechanism of communication between Telegram and terminals.
You can set up a channel for each terminal and send messages there...
You can set up a separate channel for each terminal and send messages there....
Can you elaborate a bit more, i.e. each terminal has its own chat bot?
Can you elaborate a bit more, i.e. each terminal has a separate chat bot?
Nope. One bot. Each terminal has its own telegram channel. There you can send by channel ID. This is how I sent a picture to the channel:
Collect channel IDs in an array and send messages to these channels by them. To find out the channel ID, send a message from the channel to the Get My ID bot (or any other you can find) .....