From 1cfa0a3c0e48390b213b55b8fdbde318b0378dac Mon Sep 17 00:00:00 2001 From: enenn Date: Tue, 10 Apr 2018 17:20:46 +0200 Subject: [PATCH] Add exchange name to default hyperopt config --- user_data/hyperopt_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user_data/hyperopt_conf.py b/user_data/hyperopt_conf.py index 1e9ab88a4..c3a6e2a29 100644 --- a/user_data/hyperopt_conf.py +++ b/user_data/hyperopt_conf.py @@ -25,6 +25,7 @@ def hyperopt_optimize_conf() -> dict: "ask_last_balance": 0.0 }, "exchange": { + "name": "bittrex", "pair_whitelist": [ "ETH/BTC", "LTC/BTC",