event-driven

Analyze financial news sentiment to generate trading signals with time-decay aggregation.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill event-driven-santoosaraujo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-driven
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/event-driven
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill event-driven-santoosaraujo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy.

What problem does it solve?

This skill solves the challenge of integrating qualitative market information, such as news and policy updates, into a quantitative trading strategy by standardizing sentiment analysis and applying time-decay logic.

Core Features & Use Cases

  • Sentiment Scoring: Uses an LLM to convert news and announcements into a standardized -1.0 to 1.0 impact score.
  • Signal Aggregation: Combines event-driven signals with technical indicators using weighted aggregation and exponential time decay.
  • Use Case: Automatically adjust your trading bias for a specific asset by feeding recent central bank policy announcements and earnings reports into the signal engine.

Quick Start

Use the event-driven skill to analyze the sentiment of the latest news for PETR4 and update the 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 generate trading signals from news and macro events?

To generate trading signals, this skill uses an LLM to convert news and macro events into a standardized -1.0 to 1.0 impact score. It then applies weighted aggregation and exponential time decay to combine these event-driven signals with technical indicators.

How does sentiment analysis work for quantitative trading strategies?

Sentiment analysis for quantitative trading works by standardizing qualitative market information like policy updates into numerical scores. The engine uses time-decay logic to aggregate these sentiment-based signals with technical indicators for multi-factor decision making within a point-in-time safe framework.

Can I use pandas and numpy for point-in-time safe signal processing?

Yes, this skill requires pandas and numpy for signal processing and data manipulation within a point-in-time safe framework. They handle the weighted aggregation and exponential time decay logic needed to combine sentiment with technical indicators.

What is the best way to combine event-driven sentiment with technical indicators?

The best way to combine event-driven sentiment with technical indicators is through weighted aggregation using exponential time decay. This standardizes qualitative news into a -1.0 to 1.0 score and merges it with technical data for multi-factor decision making.

How do I adjust my trading bias using central bank policy announcements?

You can adjust your trading bias by feeding recent central bank policy announcements and earnings reports into the signal engine. The LLM analyzes these macro events to generate a standardized impact score that automatically shifts your trading bias for a specific asset.