Updates required for huobi datadownload

This commit is contained in:
Matthias
2022-02-25 15:50:45 +01:00
parent f3421dfa9f
commit a1f2f6ddeb
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class Huobi(Exchange):
_ft_has: Dict = {
"stoploss_on_exchange": True,
"ohlcv_candle_limit": 2000,
"ohlcv_candle_limit": 1000,
}
def stoploss_adjust(self, stop_loss: float, order: Dict) -> bool: