Add api doc links to _get_bars def
parent
9db84e8029
commit
93e7d54c5e
|
@ -316,7 +316,8 @@ class Client:
|
||||||
type: str = '1min',
|
type: str = '1min',
|
||||||
) -> np.ndarray:
|
) -> np.ndarray:
|
||||||
'''
|
'''
|
||||||
Get OHLC data and convert to numpy array for perffff
|
Get OHLC data and convert to numpy array for perffff:
|
||||||
|
https://docs.kucoin.com/#get-klines
|
||||||
|
|
||||||
'''
|
'''
|
||||||
# Generate generic end and start time if values not passed
|
# Generate generic end and start time if values not passed
|
||||||
|
|
Loading…
Reference in New Issue