mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Blacklist Poloniex - as ccxt does not provide a fetch_order endpoint
This commit is contained in:
parent
06cae1b60c
commit
5c0f98b518
|
@ -21,6 +21,7 @@ BAD_EXCHANGES = {
|
|||
"hitbtc": "This API cannot be used with Freqtrade. "
|
||||
"Use `hitbtc2` exchange id to access this exchange.",
|
||||
"phemex": "Does not provide history. ",
|
||||
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
|
||||
**dict.fromkeys([
|
||||
'adara',
|
||||
'anxpro',
|
||||
|
|
Loading…
Reference in New Issue
Block a user