khramkov / Backtrader-MQL5-API

Python Backtrader - Metaquotes MQL5 - API
GNU General Public License v3.0
259 stars 93 forks source link

Example does not work after installing. #13

Open tritan67 opened 1 year ago

tritan67 commented 1 year ago

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: danjrod@gmail.com License: GPLv3+ Location: c:\users\tyler\appdata\roaming\python\python310\site-packages Requires: Required-by:

01tsos commented 1 year ago

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