feat(BT-003): add event preset backtest comparison
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
"""Backtesting services and historical market-data adapters."""
|
||||
|
||||
from .comparison import EventComparisonService
|
||||
from .historical_provider import SyntheticHistoricalProvider, YFinanceHistoricalPriceSource
|
||||
from .service import BacktestService
|
||||
|
||||
__all__ = ["BacktestService", "SyntheticHistoricalProvider", "YFinanceHistoricalPriceSource"]
|
||||
__all__ = [
|
||||
"BacktestService",
|
||||
"EventComparisonService",
|
||||
"SyntheticHistoricalProvider",
|
||||
"YFinanceHistoricalPriceSource",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user