Skip to content

drgee1000/stock_trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper trading tests of machine learning algorithms

This package implements several machine learning algorithms for stock prediction to evaluate performance out of sample.

the project is base on Zipline backtest platform, see the Zipline: http://www.zipline.io/ , Sklearn library: https://scikit-learn.org/ , and TA library: https://www.ta-lib.org/

Step 1: Install External Library

pip install -r requirements.txt

Step 2: Install Package & Create Data Bundle

python setup.py install

Step 3: Run Backtest

python toollib/algorithm/test.py

About

Implementation of several machine learning techniques for share trading and evaluation using paper trading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages