MT4 to Telegram group
-
I want to publish my trades to a Telegram group along with screenshots. Is this something that can be done with fxdreema? Can anyone give any clue as to how to achieve this.
-
This is what found: https://core.telegram.org/bots/api From what I understand, some bot is created and then HTTP requests are sent to it
-
@fxdreema Thank you. Will have a look
-
Another way:
If you know how to mql4 coding, you can go to this topic to see the answer https://www.mql5.com/en/forum/285054/page2 and https://www.mql5.com/en/articles/2355
Otherwise, there are some utilities out there in mql5 website could help send the chart screenshot and message to Telegram, such as: https://www.mql5.com/en/market/product/32269
Good luck!
-
@yenvananh said in MT4 to Telegram group:
Another way:
If you know how to mql4 coding, you can go to this topic to see the answer https://www.mql5.com/en/forum/285054/page2 and https://www.mql5.com/en/articles/2355
Otherwise, there are some utilities out there in mql5 website could help send the chart screenshot and message to Telegram, such as: https://www.mql5.com/en/market/product/32269
Good luck!
Unfortunately, I am not a programmer. Can you be kind enough to show us an example on fxdreema as to how to send a screenshot? The Admin has already shown how to send a text message to a telegram group here: https://fxdreema.com/forum/topic/6958/how-to-send-a-screenshot-to-a-telegram-channel
I believe .mqh file links need to be declared in a custom block under Global variables, includes.
Thank you in advance.