This commit is contained in:
Dobromir Popov
2025-05-30 01:38:04 +03:00
parent 5a30c5721d
commit 1130e02f35
9 changed files with 153 additions and 114 deletions

View File

@@ -624,7 +624,7 @@ def main():
)
logger.info("="*80)
logger.info("🧠 ENHANCED CNN LIVE TRAINING WITH BACKTESTING & ANALYSIS")
logger.info("ENHANCED CNN LIVE TRAINING WITH BACKTESTING & ANALYSIS")
logger.info("="*80)
logger.info(f"Symbols: {args.symbols}")
logger.info(f"Timeframes: {args.timeframes}")
@@ -663,7 +663,7 @@ def main():
logger.info(f" Collected {len(training_data)} training samples")
# Phase 2: Model Training
logger.info("🧠 Phase 2: Training Enhanced CNN Model...")
logger.info("Phase 2: Training Enhanced CNN Model...")
training_results = trainer.train_on_perfect_moves(min_samples=1000)
logger.info("Training Results:")