Merge pull request #6753 from freqtrade/download_prepend

Download prepend
This commit is contained in:
Matthias
2022-05-01 15:15:16 +02:00
committed by GitHub
10 changed files with 109 additions and 33 deletions

View File

@@ -393,6 +393,8 @@ class Configuration:
self._args_to_config(config, argname='trade_source',
logstring='Using trades from: {}')
self._args_to_config(config, argname='prepend_data',
logstring='Prepend detected. Allowing data prepending.')
self._args_to_config(config, argname='erase',
logstring='Erase detected. Deleting existing data.')