Make `binance` history api accept a timeframe
parent
bf7d5e9a71
commit
fce7055c62
|
@ -388,6 +388,7 @@ async def open_history_client(
|
|||
async with open_cached_client('binance') as client:
|
||||
|
||||
async def get_ohlc(
|
||||
timeframe: float,
|
||||
end_dt: Optional[datetime] = None,
|
||||
start_dt: Optional[datetime] = None,
|
||||
|
||||
|
|
Loading…
Reference in New Issue