short-term-target

Generate 1d, 5d, and 15d target ranges for US equities with confidence breakdowns.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kavi-lin/stock --skill short-term-target
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: short-term-target
Source: https://github.com/kavi-lin/stock/tree/main/skills/short-term-target
Command: npx skills add https://github.com/kavi-lin/stock --skill short-term-target

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance, pyyaml, numpy, pandas, and includes scripts (resource) components.

What problem does it solve?

Provides short-term directional projections for US equities, delivering structured targets and context to inform daily trading decisions with transparency on confidence and risk.

Core Features & Use Cases

  • Outputs 1d/5d/15d target ranges with a central target and percentage change relative to current price.
  • Includes a transparent confidence breakdown and trading meta (stop, position size hint, exit trigger) for practical trade planning.
  • Uses independent horizon weights from config/weights.yaml and guards against stale data by returning insufficient_data with explicit reasons.

Quick Start

Run the short-term-target forecast for a ticker by invoking the prediction script with the ticker symbol.

Frequently Asked Questions about short-term-target

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

FAQPage Schema
How do I get short-term stock price targets with confidence intervals for US equities?

Short-term stock price targets with confidence intervals are generated by analyzing yfinance OHLCV data, news signals, and sector heat to output 1d, 5d, and 15d directional projections with per-horizon weights.

What trading metadata does the short-term forecast include for risk management?

The short-term forecast includes trading metadata such as ATR-driven stop losses, position size hints, and exit triggers alongside target ranges and central targets to inform practical risk management decisions.

How does momentum and sector heat influence short-term equity forecasts?

Momentum and sector heat influence short-term equity forecasts by acting as independent weighted signals across 1d, 5d, and 15d horizons, combining with news signals to determine the directional projection confidence breakdown.

Can I adjust the horizon weights for 1d, 5d, and 15d stock projections?

You can adjust the independent horizon weights for 1d, 5d, and 15d stock projections by modifying the weights.yaml configuration file, which directly influences the calculated target ranges and confidence breakdowns.

What happens when yfinance OHLCV data is insufficient for stock target analysis?

When yfinance OHLCV data is insufficient for stock target analysis, the system guards against stale data by returning an insufficient_data status with explicit reasons explaining the missing inputs.

Does this short-term stock analysis tool support markets outside US equities?

Short-term directional projections are specifically designed for US equities, leveraging sector heat and yfinance OHLCV data tailored to the US market structure for accurate target range generation.