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