event-driven

Convert event CSV data into quantitative trading signals with time decay.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/GGwujun/SigmX --skill event-driven-ggwujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-driven
Source: https://github.com/GGwujun/SigmX/tree/main/agent/src/skills/event-driven
Command: npx skills add https://github.com/GGwujun/SigmX --skill event-driven-ggwujun

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about event-driven

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert news sentiment into quantitative trading signals?

News sentiment is converted into quantitative trading signals by scoring event information on a -1.0 to 1.0 scale using an LLM, then applying a time decay model to combine these scores with technical signals.

How does an LLM sentiment scorer work with event-driven trading?

An LLM sentiment scorer works with event-driven trading by processing a standard CSV schema of news and macro updates to generate bounded scores from -1.0 to 1.0, which are then aggregated into final trading signals.

Can I use a standard CSV format to backtest equity trading signals?

You can use a standard CSV format containing date, event type, score, source, and summary to backtest equity trading signals by running the signal engine to aggregate event data with technical signals.

What is the best way to combine event data with technical signals for live trading?

The best way to combine event data with technical signals for live trading is using a signal engine that applies time decay to event scores and merges them with technical indicators to produce a bounded final signal.

Does event-driven signal generation support macro and insider events?

Event-driven signal generation supports macro and insider events by processing earnings, policy, and sentiment updates through a standardized LLM prompt and decaying signal model for backtests and live equity trading.

Why does my event-driven signal decay over time?

Event-driven signals decay over time because the signal engine applies a time decay model to event scores, ensuring that outdated news sentiment gradually reduces its impact on the combined technical and event trading signal.