PROFITABLE! no CNN training; less logging
This commit is contained in:
@ -464,7 +464,7 @@ class MultiTimeframeDataInterface:
|
||||
self.dataframes[timeframe] is not None and
|
||||
self.last_updates[timeframe] is not None and
|
||||
(current_time - self.last_updates[timeframe]).total_seconds() < 60):
|
||||
logger.info(f"Using cached data for {self.symbol} {timeframe}")
|
||||
#logger.info(f"Using cached data for {self.symbol} {timeframe}")
|
||||
return self.dataframes[timeframe]
|
||||
|
||||
interval_seconds = self.timeframe_to_seconds.get(timeframe, 3600)
|
||||
|
Reference in New Issue
Block a user