Add days breakdown table to backtesting

This commit is contained in:
rextea
2021-03-26 18:40:50 +03:00
parent dd5873ef24
commit 2bed41da5d
5 changed files with 74 additions and 9 deletions

View File

@@ -260,6 +260,9 @@ class Configuration:
self._args_to_config(config, argname='export',
logstring='Parameter --export detected: {} ...')
self._args_to_config(config, argname='show_days',
logstring='Parameter --show-days detected ...')
# Edge section:
if 'stoploss_range' in self.args and self.args["stoploss_range"]:
txt_range = eval(self.args["stoploss_range"])