Skip to content

Commit dc72464

Browse files
committed
chore: add futures only exchange variants to "bad exchanges"
1 parent fbad2d5 commit dc72464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

freqtrade/exchange/common.py

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ def _get_logging_mixin():
4040
"bitmex": "Various reasons.",
4141
"probit": "Requires additional, regular calls to `signIn()`.",
4242
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
43+
"kucoinfutures": "Unsupported futures exchange.",
44+
"poloniexfutures": "Unsupported futures exchange.",
45+
"binancecoinm": "Unsupported futures exchange.",
4346
}
4447

4548
MAP_EXCHANGE_CHILDCLASS = {

0 commit comments

Comments
 (0)