progress
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ def run_all_pairs(config: Dict, datafile: str, price_column: str, bt_result: Bac
|
||||
pairs_trades = []
|
||||
strategy = StaticFitStrategy()
|
||||
for pair in _create_pairs(config):
|
||||
single_pair_trades = strategy.run_pair(pair=pair, bt_result=bt_result)
|
||||
single_pair_trades = strategy.run_pair(pair=pair, config=CONFIG, bt_result=bt_result)
|
||||
if single_pair_trades is not None and len(single_pair_trades) > 0:
|
||||
pairs_trades.append(single_pair_trades)
|
||||
# Check if result_list has any data before concatenating
|
||||
|
||||
Reference in New Issue
Block a user