mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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]:
|
||||
"""
|
||||
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 copy: copy dataframe before returning.
|
||||
Use false only for RO operations (where the dataframe is not modified)
|
||||
|
|
Loading…
Reference in New Issue
Block a user