Commit graph

8 commits

Author SHA1 Message Date
Viktor Barzin
82d30bde80
add deployment implementation plan 2026-02-23 22:22:42 +00:00
Viktor Barzin
774dcfd1c1
add deployment design document 2026-02-23 22:19:35 +00:00
Viktor Barzin
5cb65e8e4f
docs: add implementation plan for extended strategies + fundamentals
8 tasks covering: MarketSnapshot schema changes, indicator computations,
fundamental data providers, DB caching, 6 new strategies, signal generator
wiring, and deployment steps.
2026-02-23 21:34:12 +00:00
Viktor Barzin
9eebd3fe61
docs: add design for extended strategies + fundamental data
6 new strategies (Value, MACD Crossover, Bollinger Breakout, VWAP,
Liquidity, MA Stack) plus fundamental data pipeline with 3 providers
(Alpha Vantage, FMP, Yahoo Finance) and DB-backed caching.
2026-02-23 21:27:08 +00:00
Viktor Barzin
0ac9884b89
Add sprint plan — 6 sprints with goals and acceptance criteria
[ci skip]
2026-02-22 15:08:17 +00:00
Viktor Barzin
9d9f291889
Add trading bot implementation plan — 18 tasks across 7 phases
Covers: foundation, docker infra, models, schemas, broker abstraction,
news pipeline, sentiment analysis, strategies, signal generation,
trade execution, learning engine, backtesting, API gateway with
passkey auth, React dashboard, containerization, and integration tests.

[ci skip]
2026-02-22 15:03:58 +00:00
Viktor Barzin
ab0c932287
Add observability and authentication sections to trading bot design
Add OpenTelemetry instrumentation plan with /metrics endpoints for
external Prometheus scraping, and passkey/WebAuthn authentication flow
with JWT sessions.

[ci skip]
2026-02-22 14:41:38 +00:00
Viktor Barzin
bd3ff169e3
Add trading bot design document
Event-driven microservices architecture for a news sentiment + technical
strategy trading bot with continuous learning via strategy weight adjustment.
2026-02-22 13:53:57 +00:00