mirror of
https://github.com/saymrwulf/alpha-arena.git
synced 2026-09-04 18:43:39 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_api.py | ||
| test_backtest.py | ||
| test_core_types.py | ||
| test_e2e.py | ||
| test_indicators.py | ||
| test_llm_providers.py | ||
| test_memory.py | ||
| test_pnl.py | ||
| test_risk.py | ||
| test_signals.py | ||