Hello you can roll your own or if that is beyond your preferences, you can also have one custom made over here https://www.mql5.com/en/job
- www.mql5.com
Hello,
We are having the trading application, in this application user register and make buy /sell requests in our application. While user create request I need to do coverup in MT5 platform. Is there any API are available to make a request in MT5 platform from my php application. Or any other dll are available to create trading request to MT5 from my user credentials. Please help anyone I'm searching the solution since last month.
maybe you want to have a look at this
https://github.com/vdemydiuk/mtapi
Hello,
We are having the trading application, in this application user register and make buy /sell requests in our application. While user create request I need to do coverup in MT5 platform. Is there any API are available to make a request in MT5 platform from my php application. Or any other dll are available to create trading request to MT5 from my user credentials. Please help anyone I'm searching the solution since last month.
Try ZeroMQ
Search in google for tutorials and ideas for linking ZeroMQ and MQL
Hello you can roll your own or if that is beyond your preferences, you can also have one custom made over here https://www.mql5.com/en/job
These things are usually implication specific so they have to be written and designed around your target interface.
Therefore there is no ready made solution and that is why i redirected you to freelance.
But perhaps you can look into the available functionality in the ready made libraries as suggested by some members above.
These things are usually implication specific so they have to be written and designed around your target interface.
Therefore there is no ready made solution and that is why i redirected you to freelance.
But perhaps you can look into the available functionality in the ready made libraries as suggested by some members above.
maybe you want to have a look at this
https://github.com/vdemydiuk/mtapi
Hello Soewono Effendi,
Can I use this Mt API in my server and connect MT5 platform which is installed in other server, is this possible?
Now I have to know whether can access MT5 terminal remotely, like from any other server using credentials? Now I need simple API to connect my trading application with MT5, whenever trade happen in my application need to post in MT5.
You can do this with a simple VPS running a MT5 terminal and an EA that connects to the outside world to receive it's orders.
Hello,
Can I use one VPS to handle multiple MT5 accounts. Because I'm having 30 clients they are doing online trading, If can handle 30accounts in single VPS and connect their 30 acc MT5 stitch over in single time it will be helpful to us.
- www.mql5.com
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
We are having the trading application, in this application user register and make buy /sell requests in our application. While user create request I need to do coverup in MT5 platform. Is there any API are available to make a request in MT5 platform from my php application. Or any other dll are available to create trading request to MT5 from my user credentials. Please help anyone I'm searching the solution since last month.