TradingAgents/tradingagents/ui/pages
Youssef Aitousarrah 74e8703d60 Add daily price movement to charts and fix intraday data rendering
- Add daily price movement display with color coding (green/red)
- Add 1D (intraday) and 7D chart options with granular data:
  - 1D: 5-minute interval for detailed intraday view
  - 7D: hourly interval for smooth 7-day chart
- Fix discontinuous chart rendering by plotting against sequential index for intraday data
- Eliminate overnight/weekend gaps in hourly charts
- Add timezone normalization for consistent date handling between daily and intraday data
- Improve fallback logic when data is sparse
- Better handling of yfinance column names (Datetime vs Date)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-17 12:55:12 -08:00
..
__init__.py feat: add daily discovery workflow, recommendation history, and scanner improvements 2026-02-11 22:07:02 -08:00
home.py feat: add theme module and fix Streamlit Cloud deployment 2026-02-10 22:40:08 -08:00
performance.py Update 2026-02-16 14:17:41 -08:00
portfolio.py feat: add theme module and fix Streamlit Cloud deployment 2026-02-10 22:40:08 -08:00
settings.py feat: add theme module and fix Streamlit Cloud deployment 2026-02-10 22:40:08 -08:00
todays_picks.py Add daily price movement to charts and fix intraday data rendering 2026-02-17 12:55:12 -08:00