From 96c2ca67e9010242d93b2bc5a5ed7d37272fee73 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Jun 2023 06:51:11 +0200 Subject: [PATCH] Add usage note for pairs.json file --- docs/data-download.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/data-download.md b/docs/data-download.md index 1588d6eb5..06ef1a355 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -238,6 +238,10 @@ Mixing different stake-currencies is allowed for this file, since it's only used ] ``` +!!! Note + The `pairs.json` file is only used when no configuration is loaded (implicitly by naming, or via `--config` flag). + You can force the usage of this file via `--pairs-file pairs.json` - however we recommend to use the pairlist from within the configuration, either via `exchange.pair_whitelist` or `pairs` setting in the configuration. + ## Sub-command convert data ```