stable/freqtrade/data/history
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
hdf5datahandler.py Fix #3967, move TradeList type to constants 2020-11-21 10:52:15 +01:00
history_utils.py Add --new-pairs-days parameter for download-data command. 2021-04-22 10:07:13 +03:00
idatahandler.py Fix #3967, move TradeList type to constants 2020-11-21 10:52:15 +01:00
jsondatahandler.py Fix valueerror in case of empty array files 2021-02-01 06:28:49 +01:00