We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbad2d5 commit dc72464Copy full SHA for dc72464
freqtrade/exchange/common.py
@@ -40,6 +40,9 @@ def _get_logging_mixin():
40
"bitmex": "Various reasons.",
41
"probit": "Requires additional, regular calls to `signIn()`.",
42
"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.",
46
}
47
48
MAP_EXCHANGE_CHILDCLASS = {
0 commit comments