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:

View File

@ -2,7 +2,7 @@ numpy==1.22.2
pandas==1.4.1
pandas-ta==0.3.14b
ccxt==1.73.70
ccxt==1.74.17
# Pin cryptography for now due to rust build errors with piwheels
cryptography==36.0.1
aiohttp==3.8.1

View File

@ -42,7 +42,7 @@ setup(
],
install_requires=[
# from requirements.txt
'ccxt>=1.66.32',
'ccxt>=1.74.17',
'SQLAlchemy',
'python-telegram-bot>=13.4',
'arrow>=0.17.0',