darwinex / dwx-zeromq-connector

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.
https://blog.darwinex.com/zeromq-interface-python-r-metatrader4/
BSD 3-Clause "New" or "Revised" License
344 stars 228 forks source link

[Question] Backtest #19

Closed edge7 closed 5 years ago

edge7 commented 5 years ago

Is it possible to make it work also for backtesting?

edge7 commented 5 years ago

I figured it out, myself! Are PR accepted?

integracore2 commented 5 years ago

Hi @edge7 ,

Thank you for your interest!

Yes, Pull Requests are certainly permitted, but we reserve the right to approve / reject depending on the nature of the request.

Please feel free to submit your PR and we'll review it as soon as we can.

Thanks!

jacojoubert12 commented 4 years ago

Was this merged and/or are there perhaps any steps available on how to do it?

Boscop commented 3 years ago

@edge7 Can you please share the solution you found for backtesting EAs that are ZMQ clients? :)