- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth_utils.py | ||
| download_service.py | ||
| pdf_generator.py | ||
| price_service.py | ||
| task_manager.py | ||
| trading_service.py | ||