- Backtesting can validate our strategy. To conduct backtesting, we need to download data first.
freqtrade download-data --config config.json --days 999 -t 5m 15m 30m 1h 2h 4h 1d 1w
freqtrade download-data --config config.json
- For example, if we specify the Binance exchange but do not specify the trading pairs, the trading pairs will use the information from config.json.
freqtrade download-data --exchange binance
- Specify the Binance exchange and the trading pairs.
freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT
- Specify the Binance exchange and a range of trading pairs.
freqtrade download-data --exchange binance --pairs .*/USDT