From ee7bc557277910a47984d23616adc38613b9e4d6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Jan 2022 13:17:00 +0100 Subject: [PATCH] Add huobi to Exchange setup --- freqtrade/commands/build_config_commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freqtrade/commands/build_config_commands.py b/freqtrade/commands/build_config_commands.py index 4c722c810..ca55dbbc4 100644 --- a/freqtrade/commands/build_config_commands.py +++ b/freqtrade/commands/build_config_commands.py @@ -108,10 +108,11 @@ def ask_user_config() -> Dict[str, Any]: "binance", "binanceus", "bittrex", - "kraken", "ftx", - "kucoin", "gateio", + "huobi", + "kraken", + "kucoin", "okx", Separator(), "other",