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

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
So the current library, we can receive messages from Groups n directly chat with bot.
https://www.mql5.com/en/forum/328371#comment_15438131
I got this and will work around it to see if I can implement it into the Telegram.mqh file
Hi
As a part of an EA, I'm trying to send a screenshot to telegram bot.but it doesn't work and I just see "sending a photo" massage in the Telegram Bot. I do not receive anything.i'll appreciate if any one can help. the code is attached.
dear @Asadollah Ramezani
try this: InpUpdateMode = UPDATE_SLOW;
I'm trying to us the signal ea but I'm getting {"ok":false,"error_code":400,"description":"Bad Request: chat not found"} error code on mt5 n nothing on the channel. How can I fix this?
Also how to I change Macd to send signals everytime I place a trade, modify or close?
Hi
As a part of an EA, I'm trying to send a screenshot to telegram bot.but it doesn't work and I just see "sending a photo" massage in the Telegram Bot. I do not receive anything.i'll appreciate if any one can help. the code is attached.
Dear @Asadollah Ramezani
I had this problem too, I always get this error: "Screenshot file not created", I solved it, Just put ChartRedraw(chart_id) after ChartScreenShot command.
good luck broDear @Asadollah Ramezani
I had this problem too, I always get this error: "Screenshot file not created", I solved it, Just put ChartRedraw(chart_id) after ChartScreenShot command.
good luck browhy not send an example
Could someone please help me to finish to write this ? Actually I just want to replicate the MT4 trades journal logs by sending a message to my Telegram channel like the attached file.
It means start simple with the MACD example that comes in MetaTrader.
It means start simple with the MACD example that comes in MetaTrader.
Hello,
My bot is sending the same message multiple times, any idea where is the issue? here is the code :<Link removed>
Thank you
Hello,
My bot is sending the same message multiple times, any idea where is the issue? here is the code :<Link removed>
Thank you
Please attach the code here instead of linking to an external website.