feat(BT-001): add synthetic historical backtesting engine
This commit is contained in:
5
app/backtesting/__init__.py
Normal file
5
app/backtesting/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Backtesting subsystem for historical hedge simulation."""
|
||||
|
||||
from .engine import SyntheticBacktestEngine
|
||||
|
||||
__all__ = ["SyntheticBacktestEngine"]
|
||||
Reference in New Issue
Block a user