This commit is contained in:
Oleg Sheynin
2025-07-21 05:15:33 +00:00
parent 28386cdf12
commit b87b40a6ed
11 changed files with 253 additions and 510 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def run_strategy(
market_data_df = load_market_data(datafile, config=config_copy)
for a_index, b_index in unique_index_pairs:
pair = TradingPair(
pair = fit_method.create_trading_pair(
market_data=market_data_df,
symbol_a=instruments[a_index],
symbol_b=instruments[b_index],