mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
increase okex candle limit
This commit is contained in:
parent
a0f9c1bf7b
commit
7451b60501
|
@ -14,5 +14,5 @@ class Okex(Exchange):
|
|||
"""
|
||||
|
||||
_ft_has: Dict = {
|
||||
"ohlcv_candle_limit": 100,
|
||||
"ohlcv_candle_limit": 300,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user