diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 6e3e6767868..617fe0d0198 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -40,6 +40,9 @@ def _get_logging_mixin(): "bitmex": "Various reasons.", "probit": "Requires additional, regular calls to `signIn()`.", "poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.", + "kucoinfutures": "Unsupported futures exchange.", + "poloniexfutures": "Unsupported futures exchange.", + "binancecoinm": "Unsupported futures exchange.", } MAP_EXCHANGE_CHILDCLASS = {