Automatically export hyperopt parameters

This commit is contained in:
Matthias
2021-06-29 20:22:30 +02:00
parent a2ccc1526e
commit 62cdbdc26a
6 changed files with 27 additions and 12 deletions

View File

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