From 7c8bf95f8f7b2f04286e8f48208da43b5455bc8e Mon Sep 17 00:00:00 2001 From: creslinux Date: Mon, 4 Jun 2018 16:45:47 +0300 Subject: [PATCH] To be able to start bot with USDT in fiat_display_currency in config.json There are use case that build the base pair to consider price of whitelist pairs. On Binance this is USDT not USD. --- freqtrade/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index a22a06ebe..9560afae8 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -28,7 +28,8 @@ SUPPORTED_FIAT = [ "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", - "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD" + "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD", + "USDT" ] # Required json-schema for user specified config