Handle overloaded arg
parent
1a1e768126
commit
88fb7a8951
|
@ -565,6 +565,7 @@ class Client:
|
|||
time_frame: str = '1m',
|
||||
count: float = 20e3,
|
||||
is_paid_feed: bool = False,
|
||||
as_np: bool = False,
|
||||
) -> List[Dict[str, Any]]:
|
||||
"""Retreive OHLCV bars for a symbol over a range to the present.
|
||||
|
||||
|
|
Loading…
Reference in New Issue