From ff5ba64385e97a40b2b78406fd542c2368536fb7 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:06:46 +0300 Subject: [PATCH] Improve docs --- docs/utils.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/utils.md b/docs/utils.md index 57bb53cc7..9f5792660 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -61,8 +61,10 @@ The `list-pairs` and `list-markets` subcommands allow to see the pairs/markets a Pairs are markets with the '/' character between the base currency part and the quote currency part in the market symbol. For example, in the 'ETH/BTC' pair 'ETH' is the base currency, while 'BTC' is the quote currency. -For pairs traded by Freqtrade the pair quote currency is defined by the value of the `stake_currency` configuration setting, -but using these commands you can print info about any pair/market, with any quote currency. + +For pairs traded by Freqtrade the pair quote currency is defined by the value of the `stake_currency` configuration setting. + +You can print info about any pair/market with these subcommands - and you can filter output by quote-currency using `--quote BTC`, or by base-currency using `--base ETH` options correspondingly. These subcommands have same usage and same set of available options: