Support days-breakdown also for hyperopt results

This commit is contained in:
Matthias
2021-10-17 16:48:31 +02:00
parent 47bba331c1
commit 7d8cd736b8
3 changed files with 10 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ def start_hyperopt_show(args: Dict[str, Any]) -> None:
if 'strategy_name' in metrics:
strategy_name = metrics['strategy_name']
show_backtest_result(strategy_name, metrics,
metrics['stake_currency'])
metrics['stake_currency'], config.get('show_days', False))
HyperoptTools.try_export_params(config, strategy_name, val)