diff --git a/freqtrade/exchange/kucoin.py b/freqtrade/exchange/kucoin.py index e55f49cce..5272fdb73 100644 --- a/freqtrade/exchange/kucoin.py +++ b/freqtrade/exchange/kucoin.py @@ -25,6 +25,7 @@ class Kucoin(Exchange): "l2_limit_range_required": False, "order_time_in_force": ['gtc', 'fok', 'ioc'], "time_in_force_parameter": "timeInForce", + "ohlcv_candle_limit": 1500, } def stoploss_adjust(self, stop_loss: float, order: Dict) -> bool: diff --git a/requirements.txt b/requirements.txt index f0f030e78..1e699ffcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,11 @@ numpy==1.22.3 pandas==1.4.1 pandas-ta==0.3.14b +<<<<<<< opt-ask-force-new-points -- Incoming Change ccxt==1.76.5 +======= +ccxt==1.77.45 +>>>>>>> develop -- Current Change # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1