# 策略结束函数

def on_strategy_end(context):
    pass
1
2

用途:

  • 回测结束后执行收尾逻辑。
  • 汇总自定义统计结果。