earnings-trade-analyzer

Score post-earnings stocks using a 5-factor model and generate JSON/Markdown reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill earnings-trade-analyzer-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: earnings-trade-analyzer
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/earnings-trade-analyzer
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill earnings-trade-analyzer-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Earnings Trade Analyzer helps traders quickly identify strong post-earnings momentum opportunities by scoring and ranking candidates across key momentum factors.

Core Features & Use Cases

  • 5-factor scoring that combines Gap Size, Pre-Earnings Trend, Volume Trend, MA200 Position, and MA50 Position to produce a composite score and a grade.
  • Output includes detailed component breakdown, actionable guidance, and reports in JSON and Markdown formats for analytics pipelines.
  • Use Case: a trader wants to find Grade A/B post-earnings plays and review charts and metrics before entry.

Quick Start

Run the earnings-trade-analyzer script to generate a ranked report of top post-earnings candidates.

Frequently Asked Questions about earnings-trade-analyzer

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

FAQPage Schema
How do I screen post-earnings momentum stocks using a scoring system?

You can screen post-earnings momentum stocks using a 5-factor scoring model that evaluates Gap Size, Pre-Earnings Trend, Volume Trend, MA200 Position, and MA50 Position to compute a composite score and grade for each candidate.

What factors should I analyze for post-earnings gap trading?

Post-earnings gap analysis should evaluate Gap Size, Pre-Earnings Trend, Volume Trend, MA200 Position, and MA50 Position. These five momentum factors combine into a composite score and grade to identify strong trading opportunities.

How do I rank earnings gap candidates by grade for trading entry?

Rank earnings gap candidates by computing a composite score from five momentum factors that assigns a grade, allowing traders to filter for Grade A or B post-earnings plays and review component breakdowns before entry.

Can I export post-earnings analysis reports to JSON and Markdown?

Yes, post-earnings analysis reports can be exported to JSON and Markdown formats. The structured output includes detailed component breakdowns and actionable guidance for integration into analytics pipelines.

Does the earnings momentum analyzer require historical price data setup?

The earnings momentum analyzer processes stock price inputs to calculate moving averages and volume trends. It uses the requests library to fetch necessary data and compute the 5-factor composite score for momentum ranking.

What is the best way to automate post-earnings stock screening?

Automate post-earnings stock screening by running a script that applies a 5-factor momentum model to generate ranked reports. This systematically scores Gap Size, moving average positions, and volume trends to output structured JSON and Markdown files.