feature-f11-special-stock-filter

Exclude disposal, attention, and day-trade-restricted stocks from trading candidates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces trading risk by filtering out special stock types that are typically restricted or high-risk, helping prevent accidental buys before orders are submitted.

Core Features & Use Cases

  • Special Stock Exclusion (F11): Automatically excludes disposal stocks, attention stocks, and day-trade-restricted stocks to avoid executing trades on unfavorable instruments.
  • Configurable Enable Toggle: Provides an f11_enabled switch (defaulting to true) to turn the exclusion behavior on or off.
  • Double-Check Safety: Uses batch metadata refresh for candidate screening, then re-validates again right before order placement to catch runtime changes.

Quick Start

Enable F11 with f11_enabled: true to automatically exclude處置股、注意股和限當沖股 from the candidate universe and re-check each order right before it is sent.

Frequently Asked Questions about feature-f11-special-stock-filter

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

FAQPage Schema
How do I filter out disposal stocks and attention stocks before placing trades?

You can exclude disposal stocks, attention stocks, and day-trade-restricted special stocks by enabling a configurable flag to automatically screen your candidate universe and re-validate each order right before submission.

What is the best way to prevent accidental buys of day-trade-restricted special stocks?

The best way to prevent accidental buys of day-trade-restricted special stocks is to apply a double-check safety mechanism that refreshes market metadata for candidate screening and confirms special-stock flags right before order placement.

How do I configure the special stock exclusion behavior for my trading engine?

You can configure the special stock exclusion behavior by setting the `f11_enabled` switch to true in your YAML configuration, which defaults to active and automatically blocks special stocks from the trading candidate universe.

Does candidate screening for special stocks guarantee the order will be blocked at runtime?

Candidate screening for special stocks does not solely guarantee blocking, so a per-order single-stock confirmation re-validates the special-stock flags right before order gating to catch any runtime metadata changes.

What happens if the batch API fails during special stock flag refresh?

If the batch API fails during special stock flag refresh, the system applies a conservative fallback mechanism to ensure risk control measures remain active and restrict potentially unsafe special stocks from execution.