mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-10 18:01:14 +00:00
Initial work on csv-file export. Missing docs and tests
This commit is contained in:
@@ -282,6 +282,9 @@ class Configuration:
|
||||
self._args_to_config(config, argname='print_json',
|
||||
logstring='Parameter --print-json detected ...')
|
||||
|
||||
self._args_to_config(config, argname='export_csv',
|
||||
logstring='Parameter --export-csv detected: {}')
|
||||
|
||||
self._args_to_config(config, argname='hyperopt_jobs',
|
||||
logstring='Parameter -j/--job-workers detected: {}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user