vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
523 stars 281 forks source link

Backtesting MT4 #28

Closed sej2016 closed 7 years ago

sej2016 commented 7 years ago

Hi,

It is a way to use indicators in Backtesting mode, i have always a exception if i try to use it. I have also a problem with OrderSend in Backtesting mode, i get always a exception with a concurency mode error.

Thanks in advance Regards

vdemydiuk commented 7 years ago

Backtesting was broken in version 1.0.30. Related issue #26. I have fixed this problem and will make release ASAP.

vdemydiuk commented 7 years ago

How to use backtesting (in MetaTrader 4):

How to use backtesting:

sej2016 commented 7 years ago

Many thanks Your last release is working fine Regards