TradingAgents/backend
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
..
app feat: add Heikin Ashi candlestick and volume charts to PDF reports 2025-12-14 03:11:47 +08:00
.dockerignore 2025-11-20 21:56:47 +08:00
Dockerfile 2025-12-12 19:01:49 +08:00
__main__.py 2025-12-12 19:01:49 +08:00
requirements.txt feat: add Heikin Ashi candlestick and volume charts to PDF reports 2025-12-14 03:11:47 +08:00