From 8c54036fa539a577627cb0059f2e4ca4addc296b Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Jun 2023 06:45:56 +0200 Subject: [PATCH] Move Downloading tip from pairs file section --- docs/data-download.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data-download.md b/docs/data-download.md index a7b1987aa..4ee7aba02 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -83,6 +83,11 @@ Common arguments: ``` +!!! Tip "Downloading all data for one quote currency" + Often, you'll want to download data for all pairs of a specific quote-currency. In such cases, you can use the following shorthand: + `freqtrade download-data --exchange binance --pairs .*/USDT <...>`. The provided "pairs" string will be expanded to contain all active pairs on the exchange. + To also download data for inactive (delisted) pairs, add `--include-inactive-pairs` to the command. + !!! Note "Startup period" `download-data` is a strategy-independent command. The idea is to download a big chunk of data once, and then iteratively increase the amount of data stored. @@ -113,11 +118,6 @@ Mixing different stake-currencies is allowed for this file, since it's only used ] ``` -!!! Tip "Downloading all data for one quote currency" - Often, you'll want to download data for all pairs of a specific quote-currency. In such cases, you can use the following shorthand: - `freqtrade download-data --exchange binance --pairs .*/USDT <...>`. The provided "pairs" string will be expanded to contain all active pairs on the exchange. - To also download data for inactive (delisted) pairs, add `--include-inactive-pairs` to the command. - ??? Note "Permission denied errors" If your configuration directory `user_data` was made by docker, you may get the following error: