This commit is contained in:
Oleg Sheynin
2025-07-22 17:25:16 +00:00
parent 0e83142d0a
commit 31eb9f800c
7 changed files with 75 additions and 77 deletions
-4
View File
@@ -94,10 +94,6 @@ class VECMRollingFit(RollingFit):
def __init__(self) -> None:
super().__init__()
def run_pair(
self, pair: TradingPair, bt_result: BacktestResult
) -> Optional[pd.DataFrame]:
return super().run_pair(pair, bt_result)
def create_trading_pair(
self, config: Dict, market_data: pd.DataFrame, symbol_a: str, symbol_b: str, price_column: str
) -> TradingPair: