get_historic_ohlcv price is Optional
This commit is contained in:
parent
268069abea
commit
48470e33ec
@ -1270,7 +1270,7 @@ class Exchange:
|
|||||||
timeframe: str,
|
timeframe: str,
|
||||||
since_ms: int,
|
since_ms: int,
|
||||||
is_new_pair: bool = False,
|
is_new_pair: bool = False,
|
||||||
price: Optional[str]
|
price: Optional[str] = None
|
||||||
) -> List:
|
) -> List:
|
||||||
"""
|
"""
|
||||||
Get candle history using asyncio and returns the list of candles.
|
Get candle history using asyncio and returns the list of candles.
|
||||||
|
Loading…
Reference in New Issue
Block a user