mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Require kwargs on ohlcv_load
This commit is contained in:
parent
853a4d1014
commit
ba8c714698
|
@ -272,7 +272,7 @@ class IDataHandler(ABC):
|
|||
return res
|
||||
|
||||
def ohlcv_load(self, pair, timeframe: str,
|
||||
candle_type: CandleType,
|
||||
candle_type: CandleType, *,
|
||||
timerange: Optional[TimeRange] = None,
|
||||
fill_missing: bool = True,
|
||||
drop_incomplete: bool = True,
|
||||
|
|
Loading…
Reference in New Issue
Block a user