@Channelchan
2017-07-10T12:56:33.000000Z
字数 341
阅读 14745
名字要命名为candle/factor
from fxdayu_data.data_api import Candle, Factorfrom fxdayu_data import MongoHandler#输入数据库IPhandler = MongoHandler.params(host='192.168.0.103', port=30000)candle = Candle()candle.set(handler, M1='stock_1min', H='stock_h', D='tushare_D')candle.set_adjust(handler, 'adjust', 'post')factor = Factor()factor.set(handler, 'fundamental')
