stable/freqtrade/configuration
Rokas Kupstys 09efa7b06b Add --new-pairs-days parameter for download-data command.
This parameter allows us to customize a number of days we would like to download for new pairs only. This allows us to achieve efficient data update, downloading all data for new pairs and only missing data for existing pairs. To do that use `freqtrade download-data --new-pairs-days=3650` (not specifying `--days` or `--timerange` causes freqtrade to download only missing data for existing pairs).
2021-04-22 10:07:13 +03:00
..
__init__.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
check_exchange.py Update exchange validation to use "validate_exchange". 2021-04-06 20:16:29 +02:00
config_setup.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
config_validation.py Allow edge to use dynamic pairlists 2021-03-30 20:20:24 +02:00
configuration.py Add --new-pairs-days parameter for download-data command. 2021-04-22 10:07:13 +03:00
deprecated_settings.py remove duplicate settings check 2020-11-27 20:28:17 +01:00
directory_operations.py Add chown method to support docker 2021-04-08 20:17:07 +02:00
load_config.py Allow comments in pairs files 2021-04-06 13:29:22 +02:00
timerange.py Use OperationalException for TimeRange errors 2021-03-19 06:40:04 +01:00