From 91b6c02947d239f731f39d5b775a94f3549baf5e Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Jan 2021 20:57:05 +0100 Subject: [PATCH] Update download-data --dl-trades sample command --- docs/data-download.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/data-download.md b/docs/data-download.md index 2d77a8a17..4c7376933 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -308,10 +308,13 @@ Since this data is large by default, the files use gzip by default. They are sto To use this mode, simply add `--dl-trades` to your call. This will swap the download method to download trades, and resamples the data locally. +!!! Warning "do not use" + You should not use this unless you're a kraken user. Most other exchanges provide OHLCV data with sufficient history. + Example call: ```bash -freqtrade download-data --exchange binance --pairs XRP/ETH ETH/BTC --days 20 --dl-trades +freqtrade download-data --exchange kraken --pairs XRP/EUR ETH/EUR --days 20 --dl-trades ``` !!! Note