Update comment
This commit is contained in:
parent
8f3ea3608a
commit
35c8d1dcbe
@ -40,6 +40,7 @@ class DataProvider(object):
|
|||||||
def ohlcv(self, pair: str, copy: bool = True) -> List[str]:
|
def ohlcv(self, pair: str, copy: bool = True) -> List[str]:
|
||||||
"""
|
"""
|
||||||
get ohlcv data for the given pair as DataFrame
|
get ohlcv data for the given pair as DataFrame
|
||||||
|
Please check `available_pairs` to verify which pairs are currently cached.
|
||||||
:param pair: pair to get the data for
|
:param pair: pair to get the data for
|
||||||
:param copy: copy dataframe before returning.
|
:param copy: copy dataframe before returning.
|
||||||
Use false only for RO operations (where the dataframe is not modified)
|
Use false only for RO operations (where the dataframe is not modified)
|
||||||
|
Loading…
Reference in New Issue
Block a user