alpha-arena/tests
oho 32df398846 feat: Add Phase 1 Alpha Signal Enhancement module
- Add event calendar with FOMC, jobs reports, CPI release tracking
- Add news provider with multi-source aggregation (News API, Twitter, RSS)
- Add Grok integration for Twitter/X sentiment analysis
- Add signal aggregator combining technical, news, event, orderbook, and LLM signals
- Include comprehensive test suite (66 tests)

New modules:
- src/signals/events.py - Market-moving event detection and calendar
- src/signals/news.py - News fetching and sentiment analysis
- src/signals/aggregator.py - Multi-source signal aggregation and scoring
- tests/test_signals.py - Complete test coverage
2026-01-12 23:15:16 +01:00
..
__init__.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
conftest.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_api.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_backtest.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_core_types.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_e2e.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_indicators.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_llm_providers.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_memory.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_pnl.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_risk.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_signals.py feat: Add Phase 1 Alpha Signal Enhancement module 2026-01-12 23:15:16 +01:00