QABacktestclass.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:QUANTAXIS 作者: yutiansut 项目源码 文件源码
def end_backtest(self):
            global start_time
            end_time = datetime.now()
            cost_time = (end_time - start_time).total_seconds()
            QA.QA_util_log_info('???? {} {}'.format(cost_time, 'seconds'))

            self.if_save_to_csv = True
            self.if_save_to_mongo = True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号