Commit Graph

2 Commits

Author SHA1 Message Date
mindesbunister
0087490386 Integrate superior parallel screenshot system into main automation
BREAKING CHANGES:
- Replace enhancedScreenshotService with superiorScreenshotService throughout system
- Update trading presets to match actual strategy definitions:
  * Scalp: 5m, 15m (was 7 timeframes)
  * Day Trading: 1h, 4h (NEW)
  * Swing Trading: 4h, 1D (NEW)
  * Extended: All timeframes for comprehensive analysis
- Auto-trading service now uses intelligent parallel capture
- Enhanced-screenshot API restored with superior backend
- AI analysis service updated for compatibility
- Superior screenshot API supports all presets

PERFORMANCE IMPROVEMENTS:
- Parallel capture for ALL timeframes regardless of count
- Intelligent preset detection based on timeframe patterns
- No more hardcoded 7-timeframe limitation
- Backwards compatibility maintained

The system now uses the superior parallel approach for ANY timeframe selection,
whether it's 2 timeframes (scalp/day/swing) or 8+ timeframes (extended).
No more sequential delays - everything is parallel!
2025-07-26 12:24:30 +02:00
mindesbunister
b4c7028ff1 Create superior parallel screenshot system
- Built superior-screenshot-service.ts with proven parallel technique
- Created superior-screenshot API with 100% tested scalp preset
- Added test scripts demonstrating parallel efficiency (114s for 14 screenshots)
- Includes backwards compatibility and legacy support
- Ready to replace current screenshot system once API is restored

Features:
- Scalp preset: 7 timeframes (1m-4h) in parallel
- Extended preset: All timeframes available
- Single timeframe quick capture
- 100% success rate demonstrated
- API-managed browser sessions (no cleanup needed)
- Drop-in replacement for existing enhancedScreenshotService
2025-07-26 12:06:56 +02:00