Ensure follower predictions are persistent and uniquely stored

This commit is contained in:
robcaulk
2022-05-31 14:35:04 +02:00
parent 70adf55643
commit bac4ced382
3 changed files with 77 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ class IFreqaiModel(ABC):
self.set_full_path()
self.follow_mode = self.freqai_info.get('follow_mode', False)
self.data_drawer = FreqaiDataDrawer(Path(self.full_path),
self.config['exchange']['pair_whitelist'],
self.config,
self.follow_mode)
self.lock = threading.Lock()
self.follow_mode = self.freqai_info.get('follow_mode', False)