Idea:
I would like to program a bot that interfaces with telegram groups to collect operational trading signals (entry point, stop loss, take profit...) and then go and input them within my mt4 trading platform by opening, following, modifying and closing the position on its own following inputs from telegram group posts)
problems:
the telegram groups are private and so I cannot get my bot into these groups (I saw that there is this service https://sktechhub.com/auto-forward but it's paid and I honestly don't want to rely on a third party software and want to figure out how to do it myself)
I have little knowledge of computer programming but I have a lot of desire and I don't mind studying
advantages:
- the group posts all have a common template so it shouldn't be hard to collect the information I need
that said, I really don't know where to start and need help at least figuring out how to get started and have an overview of the steps I need to take to complete the project.
(I have some knowledge of python so I would like to use this language if it is possible)
thanks in advance for your help