信号
安装
pip install -U git+http://github.com/jrdi/ysignals.gitmaster#egg=ysignals
用法
from pathlib import Path
from ysignals . data import yahoo
from ysignals . features import RSI
db_dir = Path ( 'db' )
yahoo . download_data ( db_dir )
features_generat