Files
2026-07-04 16:32:48 +08:00

5 lines
155 B
Python

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