feature-f2-market-filter

Filter stock candidate universes by TSE/OTC market segment.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/13g7895123/littile-bao --skill feature-f2-market-filter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-f2-market-filter
Source: https://github.com/13g7895123/littile-bao/tree/main/.github/skills/feature-f2-market-filter
Command: npx skills add https://github.com/13g7895123/littile-bao --skill feature-f2-market-filter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Your stock scanning and candidate universe can include listings you do not want, making results noisy and wasting analysis time.

Core Features & Use Cases

  • TSE/OTC market selection (F2): Choose whether the “涨停候选股票池” includes listed (TSE) stocks, over-the-counter (OTC) stocks, or both.
  • Consistent filtering across workflows: Applies during stock list loading, scan_daily() range filtering, and GUI market checkbox behavior.
  • Guardrails for correct market scope: Ensures universe filtering happens via the markets parameter rather than a second per-stock market re-check in the engine.

Quick Start

Enable the F2 market checkboxes for the markets you want, then run a daily scan so the candidate universe includes only TSE/OTC stocks as selected.

Frequently Asked Questions about feature-f2-market-filter

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

FAQPage Schema
How do I filter stock scanning results by TSE or OTC market?

You can filter the tradable candidate universe by selecting TSE or OTC market criteria via GUI checkboxes, which applies the market scope during stock list loading and scan_daily() scanning range selection.

Why does my stock universe include unwanted market segments during daily scans?

Unwanted market segments appear because universe filtering is not applied at scan_daily() range selection; enabling TSE/OTC market scope via the markets parameter ensures only selected listings are loaded.

How to configure TradingConfig markets mapping for OTC and TSE universe selection?

Configure the TradingConfig-driven markets mapping to specify activation targets, ensuring universe scanning uses markets=... filtering to correctly load only TSE or OTC stocks.

Does the scan engine perform redundant per-stock market checks after universe filtering?

No, the engine avoids redundant per-stock market checks because the guardrails ensure universe filtering happens via the markets parameter during the initial stock list loading phase.

Can I apply consistent market filtering across GUI checkboxes and scan_daily() workflows?

Yes, consistent TSE/OTC market filtering applies across stock list loading, scan_daily() scanning range selection, and GUI market checkbox behavior to ensure uniform market scope.