backtesting_from_live_saved_files - code refactoring

This commit is contained in:
Wagner Costa Santos 2022-11-17 10:30:51 -03:00
parent 913749c81b
commit 99bff9cbfa
1 changed files with 4 additions and 3 deletions

View File

@ -1519,9 +1519,10 @@ class FreqaiDataKitchen:
pair_path = pair.split(":")[0].replace("/", "_").lower()
file_name = f"live_backtesting_{pair_path}.feather"
self.backtesting_live_model_path = Path(self.full_path /
self.backtesting_live_model_folder_path /
file_name)
self.backtesting_live_model_path = Path(
self.full_path /
self.backtesting_live_model_folder_path /
file_name)
self.backtesting_live_model_bkp_path = Path(
self.full_path /
self.backtesting_live_model_folder_path /