aad34202f1
Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
155 B
Python
5 lines
155 B
Python
"""回测模块 — 因子回测 + 策略回测 + 信号回测。
|
|
|
|
架构: BacktestEngine (共享) → FactorBacktestService / StrategyBacktestService
|
|
"""
|