- 回测は戦略を検証するために使用されます。回测を行うには、まずデータをダウンロードする必要があります。
freqtrade download-data --config config.json --days 999 -t 5m 15m 30m 1h 2h 4h 1d 1w
freqtrade download-data --config config.json
- 例えば、binance 取引所を指定することもできますが、トレードペアを指定しない場合、トレードペアは config.json の情報を使用します。
freqtrade download-data --exchange binance
- binance 取引所とトレードペアを指定する場合
freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT
- binance 取引所を指定し、トレードペアをパターンで指定する場合
freqtrade download-data --exchange binance --pairs .*/USDT