mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 21:24:16 +08:00
5 lines
155 B
Python
5 lines
155 B
Python
"""回测模块 — 因子回测 + 策略回测 + 信号回测。
|
|
|
|
架构: BacktestEngine (共享) → FactorBacktestService / StrategyBacktestService
|
|
"""
|