devcartel / pymt5

Python API for interacting with DevCartel MetaTrader 5 gateway
MIT License
139 stars 54 forks source link

Can you provide more instructions? #1

Open fx999 opened 6 years ago

fx999 commented 6 years ago

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?

wiwat-tharateeraparb commented 6 years ago

PyMT5 is for interacting with our MT5 gateway which it can send and receive data from MT5 server.

Use case:

  1. Import external real-time quotes to MT5 server which distributes to MT5 clients
  2. 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.
wiwat-tharateeraparb commented 5 years ago

Just add an example https://github.com/devcartel/pymt5/blob/master/examples/server.py

Umair-A commented 8 months ago

Can we pymt5 connect with a mt5Gateway64 API provided by the meta quotes SDK?