Commit Graph

8 Commits

Author SHA1 Message Date
henry 98c1e366a5 Add execution plan for sell decisions: amount, risk management, take-profit; include execution step in TradingGraph workflow
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 13:50:28 +02:00
henry 3340fd11ca feat: add stock database with prisma for portfolio persistence
- Initialize Prisma with SQLite and Stock model
- Create database service layer with singleton client
- Add API routes for stock CRUD operations
- Integrate database with analyze page to persist ticker entries
- Add Playwright tests for stock database functionality
2026-05-14 10:23:56 +02:00
henry 0930e11495 feat: add trading graph orchestrator 2026-05-14 08:04:14 +02:00
henry 86fe670ca0 feat: add trader agent 2026-05-14 08:01:59 +02:00
henry e913b32f34 feat: add bullish and bearish researcher agents 2026-05-14 07:59:44 +02:00
henry eb66485e76 feat: add sentiment analyst agent 2026-05-14 07:57:43 +02:00
henry 3536193746 feat: add technical analyst agent 2026-05-14 07:55:42 +02:00
henry 55d6ba4fee feat: add fundamentals analyst agent 2026-05-14 07:54:00 +02:00