From ab60571ac7117ba5a140ae9d7c41316c7529f60a Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 4 Dec 2018 06:13:39 +0100 Subject: [PATCH] Add sample config --- config_full.json.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_full.json.example b/config_full.json.example index 6134e9cad..da4de5cec 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -39,6 +39,12 @@ "stoploss": "market", "stoploss_on_exchange": "false" }, + "whitelist": { + "method": "VolumePairList", + "config": { + "number_assets": 20 + } + }, "exchange": { "name": "bittrex", "key": "your_exchange_key",