kzil88 / JXQuant

该库主要分享“匠芯量化”公众号内的策略源码,更多策略细节请关注微信公众号:“匠芯量化”(微信搜索公众号“jxquant”)。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pro.trade_cal()调用参数错误

charliezon opened this issue · comments

model_test_date_end = state_dt

这行代码应该修改为:
model_test_date_end = datetime.datetime.strptime(state_dt, '%Y-%m-%d').strftime('%Y%m%d')