Skip to content

Commit

Permalink
chore: add futures only exchange variants to "bad exchanges"
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 9, 2025
1 parent fbad2d5 commit dc72464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions freqtrade/exchange/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit dc72464

Please sign in to comment.