Remove btdata from generate_strategy_stats

This commit is contained in:
Matthias
2022-01-07 09:06:29 +01:00
parent 1203d08d1e
commit e540959c27
3 changed files with 7 additions and 7 deletions

View File

@@ -368,7 +368,7 @@ def test_hyperopt_format_results(hyperopt):
'backtest_start_time': 1619718665,
'backtest_end_time': 1619718665,
}
results_metrics = generate_strategy_stats({'XRP/BTC': None}, '', bt_result,
results_metrics = generate_strategy_stats(['XRP/BTC'], '', bt_result,
Arrow(2017, 11, 14, 19, 32, 00),
Arrow(2017, 12, 14, 19, 32, 00), market_change=0)