Extract stake_currency param from hyperopt-explanationstring

This commit is contained in:
Matthias
2021-04-29 20:20:26 +02:00
parent 852f125347
commit e2e1d34828
2 changed files with 5 additions and 5 deletions

View File

@@ -468,7 +468,7 @@ def test_hyperopt_format_results(hyperopt):
Arrow(2017, 11, 14, 19, 32, 00),
Arrow(2017, 12, 14, 19, 32, 00), market_change=0)
results_explanation = hyperopt._format_results_explanation_string(results_metrics)
results_explanation = hyperopt._format_results_explanation_string(results_metrics, 'BTC')
total_profit = results_metrics['profit_total_abs']
results = {