ranaroussi / qtpylib

QTPyLib, Pythonic Algorithmic Trading
http://qtpylib.io
Apache License 2.0
2.16k stars 513 forks source link

How can I add an FX broker using MT4/5 platform? #164

Open eabase opened 3 years ago

eabase commented 3 years ago

@ranaroussi You mentioned in your blog post that you'll add a template we can use to help write our own broker support. My primary broker is using both MT4 and MT4, and I already have a very basic Python wrapper using a .NET (pythonnet) bridge to MT4/5. (There are a few others as well.)

So it wold be awesome if we can support the entire platform, and just not a few individual brokers.