Files
2026-06-18 17:18:23 +08:00

5 lines
155 B
Python

"""回测模块 — 因子回测 + 策略回测 + 信号回测。
架构: BacktestEngine (共享) → FactorBacktestService / StrategyBacktestService
"""