Adding 2 more filter options for completeness

This commit is contained in:
Fredrik Rydin
2020-02-11 21:29:55 +01:00
parent d1c3eabb87
commit 539343b20d
6 changed files with 74 additions and 4 deletions

View File

@@ -325,9 +325,15 @@ class Configuration:
self._args_to_config(config, argname='hyperopt_list_min_avg_profit',
logstring='Parameter --min-avg-profit detected: {}')
self._args_to_config(config, argname='hyperopt_list_max_avg_profit',
logstring='Parameter --max-avg-profit detected: {}')
self._args_to_config(config, argname='hyperopt_list_min_total_profit',
logstring='Parameter --min-total-profit detected: {}')
self._args_to_config(config, argname='hyperopt_list_max_total_profit',
logstring='Parameter --max-total-profit detected: {}')
self._args_to_config(config, argname='hyperopt_list_no_details',
logstring='Parameter --no-details detected: {}')