Update freqtrade/freqai/data_drawer.py
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
1fe58c3938
commit
cae8c3a7a8
@ -75,8 +75,7 @@ class FreqaiDataDrawer:
|
|||||||
self.full_path = full_path
|
self.full_path = full_path
|
||||||
self.historic_predictions_path = Path(self.full_path / "historic_predictions.pkl")
|
self.historic_predictions_path = Path(self.full_path / "historic_predictions.pkl")
|
||||||
self.historic_predictions_folder = Path(self.full_path / "historic_predictions")
|
self.historic_predictions_folder = Path(self.full_path / "historic_predictions")
|
||||||
self.historic_predictions_bkp_folder = Path(
|
self.historic_predictions_bkp_folder = Path(self.full_path / "historic_predictions_backup")
|
||||||
self.full_path / "historic_predictions_backup")
|
|
||||||
self.pair_dictionary_path = Path(self.full_path / "pair_dictionary.json")
|
self.pair_dictionary_path = Path(self.full_path / "pair_dictionary.json")
|
||||||
self.global_metadata_path = Path(self.full_path / "global_metadata.json")
|
self.global_metadata_path = Path(self.full_path / "global_metadata.json")
|
||||||
self.metric_tracker_path = Path(self.full_path / "metric_tracker.json")
|
self.metric_tracker_path = Path(self.full_path / "metric_tracker.json")
|
||||||
|
Loading…
Reference in New Issue
Block a user