market_breadth_analysis

Analyze Taiwanese stock market breadth indicators to classify market regimes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/benitorhuang-svg/tw-stock-app --skill market-breadth-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market_breadth_analysis
Source: https://github.com/benitorhuang-svg/tw-stock-app/tree/main/.agents/skills/market_breadth_analysis
Command: npx skills add https://github.com/benitorhuang-svg/tw-stock-app --skill market-breadth-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps determine the overall health and systemic risk of the stock market by analyzing breadth indicators, preventing trading in unfavorable conditions and identifying optimal buying opportunities.

Core Features & Use Cases

  • Market Regime Identification: Classifies the market into four states: Healthy Bullish (GREEN), Overheated/Pullback (YELLOW), Systemic Bearish (RED), and Extreme Oversold/Golden Buy Point (BLUE).
  • Indicator Analysis: Utilizes Moving Average Breadth, Advance-Decline Line (ADL), TRIN Index, Institutional Money Flow, and Sector Rotation data.
  • Use Case: Before executing any trading strategy, consult this Skill to understand the current market regime. If it's RED or BLUE, adjust your strategy accordingly (e.g., reduce exposure or prepare for a buy-in).

Quick Start

Check the current market regime using the market breadth analysis skill.

Frequently Asked Questions about market_breadth_analysis

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

FAQPage Schema
How do I assess Taiwan stock market systemic risk before trading?

Assess Taiwan stock market systemic risk by analyzing market breadth indicators like moving average breadth, Advance-Decline Line, TRIN index, and institutional flows to classify current market regime conditions. This prevents trading in unfavorable environments and identifies optimal entry points.

What is market regime classification and how does it identify market health?

Market regime classification identifies market health by categorizing conditions into four states: Healthy Bullish (GREEN), Overheated/Pullback (YELLOW), Systemic Bearish (RED), and Extreme Oversold (BLUE), using predefined rules applied to breadth indicators and institutional flow data.

How do I use the TRIN index and Advance-Decline Line for stock market analysis?

Use the TRIN index and Advance-Decline Line for stock market analysis by running SQL queries against historical and daily data tables to evaluate buying pressure versus selling pressure, helping determine if the market is overheated or oversold.

Can I track institutional money flow and sector rotation for the Taiwan stock market?

Yes, you can track institutional money flow and sector rotation for the Taiwan stock market. The analysis queries daily data tables to monitor where institutions are allocating capital and which sectors are rotating, providing signals for systemic risk assessment.

When should I reduce trading exposure based on market breadth indicators?

Reduce trading exposure based on market breadth indicators when the regime classification returns RED, indicating systemic bearish conditions, or YELLOW, signaling an overheated market. Conversely, BLUE signals an extreme oversold golden buy point for potential entry.

Does this market breadth analysis require historical daily data tables?

Yes, market breadth analysis requires historical and daily data tables. The Skill executes predefined SQL queries against these tables to calculate moving average breadth, TRIN index values, and institutional flow metrics needed for accurate market regime classification.