pymt5
pymt5 copied to clipboard
Can you provide more instructions?
Can you provide more instructions? Or complete use cases. Can it export the MT5 software which installed on the local computer Real-Time Quotes to my own quantized platform?
PyMT5 is for interacting with our MT5 gateway which it can send and receive data from MT5 server.
Use case:
- Import external real-time quotes to MT5 server which distributes to MT5 clients
- Receive an order from MT5 server (with proper routing) and forward to external LP or exchanges e.g. you can receive orders from MT5 with PyMT5 and convert/send them as FIX messages to exchanges.
Just add an example https://github.com/devcartel/pymt5/blob/master/examples/server.py
Can we pymt5 connect with a mt5Gateway64 API provided by the meta quotes SDK?