khramkov / Backtrader-MQL5-API

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

Package module #3

Closed Gunther-Schulz closed 4 years ago

Gunther-Schulz commented 4 years ago

Hello, I created a setup.py and named the package, so it can be installed directly with pip: pip install git+https://github.com/freedumb2000/Backtrader-MQL5-API@package.module

If you would like to accept the PR then please have a look at https://github.com/freedumb2000/Backtrader-MQL5-API/blob/package.module/setup.py and update your personal info.

I also added a host parameter to MTraderStore: https://github.com/freedumb2000/Backtrader-MQL5-API/blob/64874c9faa0b03d38accf12de6d67a8c14ca81d9/backtradermql5/mt5store.py#L227

I hope you are finding these changes useful.

khramkov commented 4 years ago

Hello, thanks.