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