mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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 = {
|
||||
"ohlcv_candle_limit": 1000,
|
||||
"ohlcv_params": {"sort": "DESC"}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user