trading/tests
Viktor Barzin 1d9900838d
Merge branch 'worktree-agent-ad9ede16'
# Conflicts:
#	shared/strategies/__init__.py
#	shared/strategies/base.py
#	shared/strategies/mean_reversion.py
#	shared/strategies/momentum.py
#	shared/strategies/news_driven.py
2026-02-22 15:37:25 +00:00
..
services feat: trade executor — risk management and order execution 2026-02-22 15:36:08 +00:00
__init__.py feat: project foundation — monorepo setup, shared config, redis streams, telemetry 2026-02-22 15:13:26 +00:00
test_broker.py feat: brokerage abstraction layer with Alpaca implementation 2026-02-22 15:26:41 +00:00
test_models.py feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
test_redis_streams.py feat: project foundation — monorepo setup, shared config, redis streams, telemetry 2026-02-22 15:13:26 +00:00
test_schemas.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
test_strategies.py feat: trading strategies — momentum, mean reversion, news-driven 2026-02-22 15:32:18 +00:00