Files
trading_bot_v3/app
mindesbunister ab8fb7c202 fix: Force batch processing even in automation mode
CRITICAL FIX: The automation mode was bypassing batch processing entirely,
causing it to fall back to old sequential behavior (2 screenshots instead of 6)
and wrong timeframes (1h instead of scalp timeframes).

Changes:
- Removed early automation service call that bypassed batch processing
- Batch processing now ALWAYS runs first (gets all 6 screenshots for scalp)
- Automation service starts AFTER batch analysis completes
- This ensures scalp (5,15,30) * 2 layouts = 6 screenshots as expected

This fixes the core regression where optimized mode wasn't actually optimized.
2025-07-24 17:58:23 +02:00
..