stable/freqtrade/data
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
..
history Add --new-pairs-days parameter for download-data command. 2021-04-22 10:07:13 +03:00
__init__.py Minor: fix typo in comment 2019-09-26 02:04:48 +03:00
btanalysis.py Change some types 2021-02-27 09:33:00 +01:00
converter.py Reduce verbosity of missing data if less than 1% of data is missing 2021-03-30 07:26:39 +02:00
dataprovider.py Return a copy from `current_whitelist` 2021-04-13 06:49:53 +02:00