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
评论列表
文章目录