量化回测平台
策略编辑器
# 在这里编写你的量化策略 def initialize(context): context.stocks = ["000001"] def handle_data(context, data): pass
运行回测