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