samuraitaiga / py-metatrader

metatrader library for metatrader
Apache License 2.0
90 stars 48 forks source link

IOError: [Errno 2] No such file or directory: #10

Open azarshab-saeed opened 6 years ago

azarshab-saeed commented 6 years ago

Today, I got the following error when I ran the sample example on the page below: https://pypi.python.org/pypi/metatrader/0.0.1 :

The error log is below Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\metatrader\backtest.py", line 152, in run ret = BacktestReport(self) File "C:\Python27\lib\site-packages\metatrader\report.py", line 89, in _init with open(report_file, 'r') as fp: IOError: [Errno 2] No such file or directory: 'C:\Users\azarshab\AppData\Ro ming\MetaQuotes\Terminal\287469DEA9630EA94D0715D755974F1B\Moving Average.ht ' Can anyone help me fix this?

maxpy commented 6 years ago

Same Issue happend