Backtrader-MQL5-API icon indicating copy to clipboard operation
Backtrader-MQL5-API copied to clipboard

Example does not work after installing.

Open tritan67 opened this issue 2 years ago • 1 comments

After following the installation instructions and copying your example, I get this. I looked in the site-packages folder and I do not see the code that is on this GitHub. There is a back tester lib there.

Traceback (most recent call last): File "C:\Users\Tyler\MarketRND\TensorFlowMarketRND\ModelBackTester.py", line 4, in <module> from backtradermql5.mt5store import MTraderStore ModuleNotFoundError: No module named 'backtradermql5'

I executed pip show backtrader result: Name: backtrader Version: 1.9.76.123 Summary: BackTesting Engine Home-page: https://github.com/mementum/backtrader Author: Daniel Rodriguez Author-email: [email protected] License: GPLv3+ Location: c:\users\tyler\appdata\roaming\python\python310\site-packages Requires: Required-by:

tritan67 avatar Jan 02 '23 03:01 tritan67

pip install git+git://github.com/khramkov/Backtrader-MQL5-API.git

01tsos avatar Feb 24 '23 10:02 01tsos