backtesting_from_live_saved_files - code refactoring
This commit is contained in:
@@ -334,8 +334,6 @@ class IFreqaiModel(ABC):
|
||||
FreqaiDataKitchen = Data management/analysis tool associated to present pair only
|
||||
"""
|
||||
pair = metadata["pair"]
|
||||
dk.return_dataframe = dataframe
|
||||
|
||||
dk.return_dataframe = dataframe
|
||||
self.dk.set_backtesting_live_dataframe_path(pair)
|
||||
saved_dataframe = self.dk.get_backtesting_live_dataframe()
|
||||
|
||||
Reference in New Issue
Block a user