mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Updates required for huobi datadownload
This commit is contained in:
parent
f3421dfa9f
commit
a1f2f6ddeb
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user