I want to send data to the server from MT4 but have two main problems.
1- I want to send data without opening the app because I must use VPS but I won't.
2- On another hand, I want to send operations from my server to my account (without opening the app).
My trading robot algorithms are written in python that is on the server and I need a connection between MT4 and my server without opening the MT4.
I tried using the MT library for python but in this way, I must open the app and use VPS so I won't do this, I want to send data to the server, and after the process is completed sends operations to my account.
Thank you for your help guys ...