event-driven

Score sentiment-driven events and combine them with technical indicators into trading signals.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ajithkumar31082004-bit/Vibe-Trading --skill event-driven-ajithkumar31082004-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-driven
Source: https://github.com/ajithkumar31082004-bit/Vibe-Trading/tree/main/Vibe-Trading-main/agent/src/skills/event-driven
Command: npx skills add https://github.com/ajithkumar31082004-bit/Vibe-Trading --skill event-driven-ajithkumar31082004-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning event-driven information from news, announcements, and macro policy into quantified trading signals by scoring sentiment and integrating with technical indicators.

Core Features & Use Cases

  • Ingest event data via CSV and apply LLM-based sentiment scoring to news and macro updates.
  • Time-decayed aggregation to produce a cohesive event signal that blends with a technical signal.
  • Flexible weighting to tune the influence of technical versus event-driven signals for strategy customization.

Quick Start

Ingest current event data and technical indicators to generate a final 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 sentiment signals into trading actions?

To convert sentiment signals into trading actions, you score sentiment-driven events using an LLM and blend them with technical indicators. This approach applies time-decayed aggregation to event data, producing a weighted, actionable trading signal.

How does time-decayed aggregation work for event-driven trading signals?

Time-decayed aggregation for event-driven trading signals weights recent sentiment events more heavily than older ones. This mechanism produces a cohesive event signal that you can flexibly combine with your technical indicators.

Can I use CSV files to ingest news and macro data for LLM sentiment scoring?

Yes, you can use CSV files to ingest news and macro data for LLM sentiment scoring. The system utilizes a CSV-based event data layer to process earnings, macro, and policy events before applying LLM-based scoring prompts.

How do I blend event-driven signals with technical indicators?

You blend event-driven signals with technical indicators by applying flexible weighting to tune their relative influence. This allows you to customize your quantitative trading strategy by combining time-decayed event scores with technical data.

What is the best way to score sentiment-driven events for quantitative trading?

The best way to score sentiment-driven events for quantitative trading is using an LLM to evaluate text from news and macro updates. This quantifies qualitative data, which is then aggregated with time decay to generate final trading signals.

Does this approach support earnings and macro policy events?

Yes, this approach supports earnings, macro, policy, and sentiment events. It ingests these event types via CSV, applies LLM-based sentiment scoring, and integrates the results with technical indicators for comprehensive trading signals.