Auftrag beendet
Spezifikation
Hello,
I need a developer who will build the last piece of my trading setup. Please let me give you an idea about what needs to be done.
1. I do have a private Telegram channel which receives messages through a bot I created with BotFather. This bot is set as admin on my channel. To receive those messages I use the bot's API Token which will be needed for the https webrequest.
the structure of this request looks like this: "https://api.telegram.org/bot TOKEN/sendMessage?chat_id=Chat ID/&text= etc"
2. My channel can receive those messages correctly.
3. My MT5 EA can establish the connection also by using the bot token and generating a webrequest every x milliseconds (which looks like this "https://api.telegram.org/bot TOKEN/getUpdates" ).
Current problem:
My EA is not able to see the incoming messages, sent by "https://api.telegram.org/bot TOKEN/sendMessage?chat_id=Chat ID/&text= etc" . So there is one piece missing to send a message from Telegram to my MT5 EA.
I can see that the connection between Telegram and MT5 is working correctly: When I send messages manually they will be visible for my MT5 EA.
Requests:
I coudl read that there is something like a forwarder bot needed to send the messages to MT5 by using my channel bot. If python is needed, please provide me with the code and guide me how to install it and get it running.
Thank you very much!