move live retraining to separate thread.

This commit is contained in:
robcaulk
2022-05-19 21:15:58 +02:00
parent 1fae6c9ef7
commit c5ecf94177
2 changed files with 74 additions and 17 deletions

View File

@@ -144,8 +144,6 @@ class FreqaiExampleStrategy(IStrategy):
self.freqai_info = self.config["freqai"]
self.pair = metadata['pair']
print("Populating indicators...")
# the following loops are necessary for building the features
# indicated by the user in the configuration file.
for tf in self.freqai_info["timeframes"]: