mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Implement jsondatahandler file store
This commit is contained in:
parent
8f214aec89
commit
c6d6dbfdb1
|
@ -29,7 +29,8 @@ class JsonDataHandler(IDataHandler):
|
|||
"""
|
||||
Store data
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
filename = JsonDataHandler._pair_data_filename(self._datadir, self._pair, timeframe)
|
||||
misc.file_dump_json(filename, data, is_zip=self._use_zip)
|
||||
|
||||
def ohlcv_append(self, timeframe: str, data: DataFrame) -> None:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user