量化回测平台
策略编辑器 V2
# 量化策略 V2 class Strategy: def __init__(self): self.name = "我的策略"
运行回测