What problem does it solve?
News, announcements, and macro events are unstructured and temporally diffuse, making it difficult for algorithmic systems to quantify and integrate their market impact; this Skill standardizes event information into scored, time-decayed signals that can be combined with technical indicators to drive trading decisions while avoiding look-ahead bias.
Core Features & Use Cases
- LLM-powered scoring: Standardized prompt to convert article text into a -1.0 to 1.0 impact score.
- Structured event layer: Enforces a CSV schema (date,event_type,score,source,summary) for reproducible backtests and record-keeping.
- Time-decay engine: Exponential decay of event scores across an event lookback window to model diminishing impact.
- Signal aggregation: Weighted combination of technical and event signals to produce a final tradable signal.
- Use Case: Backtest an equity or FX strategy by maintaining historical event CSVs per instrument, scoring articles with the LLM, applying decay, and combining with existing technical signals.
Quick Start
Use the event-driven skill to score a news article with the LLM, append the result to the event CSV using the required schema, and compute the time-decayed event signal for today's trade date.