Don't request sorted candles from HitBTC.
Apparently hitBTC cannot properly handle this anymore. closes #8214
This commit is contained in:
parent
c6455c4131
commit
dc2cfee056
@ -19,5 +19,4 @@ class Hitbtc(Exchange):
|
|||||||
|
|
||||||
_ft_has: Dict = {
|
_ft_has: Dict = {
|
||||||
"ohlcv_candle_limit": 1000,
|
"ohlcv_candle_limit": 1000,
|
||||||
"ohlcv_params": {"sort": "DESC"}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user