Skip to content

Commit

Permalink
Add separate message for hitbtc exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Sep 30, 2019
1 parent 272c977 commit 7617dd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions freqtrade/exchange/exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@

API_RETRY_COUNT = 4
BAD_EXCHANGES = {
"bitmex": "Various reasons",
"bitmex": "Various reasons.",
"bitstamp": "Does not provide history. "
"Details in https://github.com/freqtrade/freqtrade/issues/1983",
"hitbtc": "This API cannot be used with Freqtrade. "
"Use `hitbtc2` exchange id to access this exchange.",
**dict.fromkeys([
'adara',
'anxpro',
Expand Down Expand Up @@ -73,7 +75,7 @@
'flowbtc',
'foxbit',
'fybse',
'hitbtc',
# 'hitbtc',
'ice3x',
'independentreserve',
'indodax',
Expand Down

0 comments on commit 7617dd5

Please sign in to comment.