From 8f19c83f6b8fb2f21d8f8ad8c925ae95d3ac907a Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 6 Dec 2018 19:39:25 +0100 Subject: [PATCH] Refrase documentation --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6d8db6600..c4c0bed28 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -215,8 +215,8 @@ production mode. ### Dynamic Pairlists -Dynamic pairlists allow configuration of the pair-selection. -Basically, the bot runs against all pairs (with that stake) on the exchange, and a number of assets (`number_assets`) is selected based on different criteria. +Dynamic pairlists select pairs for you based on the logic configured. +The bot runs against all pairs (with that stake) on the exchange, and a number of assets (`number_assets`) is selected based on the selected criteria. By *default*, a Static Pairlist is used (configured as `"pair_whitelist"` under the `"exchange"` section of this configuration).