sliding fit fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -99,7 +99,7 @@ def run_backtest(
|
||||
)
|
||||
if single_pair_trades is not None and len(single_pair_trades) > 0:
|
||||
pairs_trades.append(single_pair_trades)
|
||||
|
||||
print(f"pairs_trades: {pairs_trades}")
|
||||
# Check if result_list has any data before concatenating
|
||||
if len(pairs_trades) == 0:
|
||||
print("No trading signals found for any pairs")
|
||||
|
||||
Reference in New Issue
Block a user