increase okex candle limit

This commit is contained in:
Carlo Revelli 2022-01-06 05:31:23 -08:00
parent a0f9c1bf7b
commit 7451b60501
No known key found for this signature in database
GPG Key ID: 12881CCA831F17F4

View File

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