What problem does it solve?
Converts event information from news, announcements, and macro updates into quantitative trading signals by scoring sentiment and integrating with existing technical signals.
Core Features & Use Cases
- Event-driven signal generation: event data is managed in a CSV schema (date, event_type, score, source, summary) and decoupled from the signal logic.
- LLM sentiment scoring: uses a standardized prompt to score each event on a scale from -1.0 (extremely bearish) to 1.0 (extremely bullish).
- Signal aggregation: applies time decay to event signals and combines them with technical signals to produce a final, bounded trading signal.
- Use case: backtest or run live trading by incorporating earnings, macro, policy, sentiment, and insider events with standard risk controls.
Quick Start
Provide the latest event CSV and run the signal engine to produce a combined technical and event trading signal.