news-event-strategy
CommunityTurn news sentiment into trading signals.
Finance & Accounting#event-driven#backtesting#trading signals#LLM prompting#sentiment scoring#time decay#CSV schema
Authorloanntc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It converts unstructured news, announcements, and macro events into a structured, time-decayed event signal that can be combined with technical signals for trading decisions.
Core Features & Use Cases
- Event-driven sentiment scoring: Fetches full news/announcement text (via
read_url) and scores impact on a standardized scale from -1.0 to 1.0. - CSV event data layer: Produces an event CSV using the
date,event_type,score,source,summaryschema to keep data separate from trading logic. - Time-decay aggregation + weighted blending: Applies exponential time decay to event scores and aggregates them into an event signal, then blends it with the technical signal using an
alphaweight. - Use case: For a backtest, maintain an instrument-specific historical event CSV and generate daily event signals that naturally remain zero on event-sparse days.
Quick Start
Create a historical event CSV in the required schema and then use signal_engine.py to compute the time-decayed event signal and combine it with your technical signal using alpha=0.6.
Dependency Matrix
Required Modules
pandasnumpy
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: news-event-strategy Download link: https://github.com/loanntc/Paave/archive/main.zip#news-event-strategy Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.