From dc7246413b0dee94d3ffdf00cb599d5e641c70ca Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Jan 2025 07:13:04 +0100 Subject: [PATCH] chore: add futures only exchange variants to "bad exchanges" --- freqtrade/exchange/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 6e3e67678..617fe0d01 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -40,6 +40,9 @@ BAD_EXCHANGES = { "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 = {