backtesting_from_live_saved_files - code refactoring
This commit is contained in:
parent
913749c81b
commit
99bff9cbfa
@ -1519,9 +1519,10 @@ class FreqaiDataKitchen:
|
|||||||
|
|
||||||
pair_path = pair.split(":")[0].replace("/", "_").lower()
|
pair_path = pair.split(":")[0].replace("/", "_").lower()
|
||||||
file_name = f"live_backtesting_{pair_path}.feather"
|
file_name = f"live_backtesting_{pair_path}.feather"
|
||||||
self.backtesting_live_model_path = Path(self.full_path /
|
self.backtesting_live_model_path = Path(
|
||||||
self.backtesting_live_model_folder_path /
|
self.full_path /
|
||||||
file_name)
|
self.backtesting_live_model_folder_path /
|
||||||
|
file_name)
|
||||||
self.backtesting_live_model_bkp_path = Path(
|
self.backtesting_live_model_bkp_path = Path(
|
||||||
self.full_path /
|
self.full_path /
|
||||||
self.backtesting_live_model_folder_path /
|
self.backtesting_live_model_folder_path /
|
||||||
|
Loading…
Reference in New Issue
Block a user