TradingAgents/backend/app
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
..
api feat: add price information cover page to analyst PDF reports 2025-12-14 02:45:14 +08:00
core 2025-12-11 00:37:19 +08:00
db 2025-12-13 06:00:19 +08:00
models 2025-12-12 05:30:04 +08:00
services feat: add Heikin Ashi candlestick and volume charts to PDF reports 2025-12-14 03:11:47 +08:00
__init__.py 2025-11-20 21:56:47 +08:00
main.py 2025-12-13 16:48:12 +08:00