Commit Graph

1 Commits

Author SHA1 Message Date
mindesbunister
aa8ca9846b feat: Add trade execution and screenshot gallery to AI analysis
- Create TradeModal component for executing trades with entry, TP, SL
- Add ScreenshotGallery component with click-to-enlarge functionality
- Integrate trade buttons in both single and multi-timeframe analysis results
- Add screenshot gallery that displays captured TradingView charts
- Parse analysis data to pre-fill trade modal with AI recommendations
- Support trade execution via /api/trading endpoint
- Add visual indicators and smooth transitions for better UX

Trade button features:
- Pre-filled entry, take profit, and stop loss from AI analysis
- Configurable position size and leverage
- Real-time validation and error handling

Screenshot gallery features:
- Grid layout with hover effects
- Click to enlarge in full-screen modal
- Support for both single and multi-timeframe results
- Chart information overlay with timeframe labels
2025-07-14 00:34:13 +02:00