Skip to content

silverhandy/silverstrategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silverstrategy

strategies for stock trading

Usage: (toprank strategy for example)
python3 toprank.py -h # help
python3 toprank.py -f 2015,4 # get fundamental info of 2014, season 4
python3 toprank.py -s 5 # select toprank stocks
python3 toprank.py -t # trade stocks after selection

Library dependency:

Pandas # sudo pip3 install -U pandas
Tushare # sudo pip3 install tushare --upgrade
easytrader # pip install easytrader --upgrade
easyquotation # pip install easyquotation --upgrade

About

toprank strategy for stock trading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages