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
341 stars 227 forks source link

cannot backtest in MT #127

Closed mokrslar closed 3 years ago

mokrslar commented 3 years ago

It seems that MT4 strategy tester cannot be used for backtesting with dwx-zeromq-connector. Is that correct, or I am missing something ? Thank you.

elvinex commented 3 years ago

Yes that is correct. You can only use the MT4 strategy tester for EAs written in mql, so I don't see any way how a connector to python could make it work.