Merge pull request #6174 from frosty00/okex-candle-limit

increase okex candle limit
This commit is contained in:
Matthias 2022-01-06 15:59:59 +01:00 committed by GitHub
commit bb29c44462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,5 @@ class Okex(Exchange):
"""
_ft_has: Dict = {
"ohlcv_candle_limit": 100,
"ohlcv_candle_limit": 300,
}