-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect external exchange by REST APIs? #4
Comments
Hi, PyMT5 doesn't have REST API. MT5 platform already have a REST API called WebAPI. This is might be what you looking for. |
But the WebAPI can't be used to integrate MT5 with external exchange APIs? Also can I use PyMT5 to connect via FIX to external Exchange? |
What you need to do is to build a middleware or a connector like: Exchange FIX <------> Application + PyMT5 <-------> DevCartelGateway64 + MT5 The gateway is built with MT5 Gateway API and must be installed at MT5 history server. |
Yes Sure. Thanks! I just want to know how this PyMT5 application will connect to my application connecting to Exchange FIX? Can I have a documentation on PyMT5 in detail? Have sent you an invite as well on email to discuss further. |
please can check this , to connect to any metatrader |
Can I call REST APIs of an external exchange from PyMT5 that connects to devcartelgateway?
The text was updated successfully, but these errors were encountered: