TradingAgents/backend/app/services
MarkLo 3f13475485 feat: add Heikin Ashi candlestick and volume charts to PDF reports
- Add matplotlib for chart generation
- Implement _calculate_heikin_ashi() for HA OHLC calculation
- Implement _generate_price_chart() to create candlestick + volume charts
- Charts are generated as PNG images and embedded in PDF
- Fallback to text summary if chart generation fails
- First page now shows visual charts like the web interface
2025-12-14 03:11:47 +08:00
..
__init__.py 2025-11-20 21:56:47 +08:00
auth_utils.py 2025-12-13 06:00:19 +08:00
download_service.py feat: add price information cover page to analyst PDF reports 2025-12-14 02:45:14 +08:00
pdf_generator.py feat: add Heikin Ashi candlestick and volume charts to PDF reports 2025-12-14 03:11:47 +08:00
price_service.py 2025-12-12 05:30:04 +08:00
task_manager.py 2025-11-21 21:53:16 +08:00
trading_service.py 2025-12-12 05:30:04 +08:00