
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, I want to execute trade when I receive trade info in the telegram. For reading telegram message I am using telethon and then I am parsing the string and creating trade request using mt5 Python API. Now the problem is, it always opens mt5 trading terminal when order is placed. I want to avoid it because I am planning to put all the code on the linux server.
Your help will be appreciated..
Thank you.