Files
stock/backend/app/backtest/__init__.py
T
2026-07-01 22:07:55 +08:00

5 lines
155 B
Python

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