Document expansion of --pairs, add download-inactive

This commit is contained in:
Matthias
2021-10-17 16:09:56 +02:00
parent 9bb2dd1851
commit d4d57f0002
6 changed files with 138 additions and 66 deletions

View File

@@ -407,6 +407,9 @@ class Configuration:
self._args_to_config(config, argname='days',
logstring='Detected --days: {}')
self._args_to_config(config, argname='include_inactive',
logstring='Detected --include-inactive-pairs: {}')
self._args_to_config(config, argname='download_trades',
logstring='Detected --dl-trades: {}')