Require kwargs on ohlcv_load

This commit is contained in:
Matthias 2022-09-26 20:33:49 +02:00
parent 853a4d1014
commit ba8c714698

View File

@ -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,