PROFITABLE! no CNN training; less logging

This commit is contained in:
Dobromir Popov
2025-05-31 01:01:06 +03:00
parent d3868f0624
commit 9a44ddfa3c
4 changed files with 208 additions and 17 deletions

View File

@ -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)