anomaly

Identify stocks with unusual trading volume using volume-ratio scans.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/Negentropy-Laby/OpenDoge --skill anomaly-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anomaly
Source: https://github.com/Negentropy-Laby/OpenDoge/tree/main/.agents/skills/anomaly
Command: npx skills add https://github.com/Negentropy-Laby/OpenDoge --skill anomaly-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

这个 Skill 帮你快速找出成交量异常的股票,避免手动翻看大量行情数据,及时发现放量异动、潜在吸筹或派发信号。

Core Features & Use Cases

  • 量比排名:按成交量相对近期均值的放大程度排序,快速锁定最异常的标的。
  • 异动筛选:支持设置最低量比阈值与返回数量,适合盘中盯盘、收盘复盘和候选池筛选。
  • 结果解读:输出股票代码、日期、成交量、20日均量、量比和日内涨跌幅,并给出放量上涨、放量下跌或集中分布的简要判断。

Quick Start

请让助手运行成交量异常查询,并按你的阈值返回前若干只股票后给出简要分析。

Frequently Asked Questions about anomaly

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

FAQPage Schema
How do I scan stocks for unusual volume spikes?

A volume ratio scan identifies unusual trading volume by comparing current session volume against the 20-day average. You set a minimum ratio threshold and top-N parameter to filter and rank the most abnormal stocks.

How do I screen for accumulation or distribution patterns in the market?

You can screen for accumulation or distribution by querying sudden volume activity with a minimum ratio threshold. The results output volume ratios alongside intraday price changes to indicate potential buying or selling pressure.

What is a volume ratio and how does it detect market anomalies?

A volume ratio measures current trading volume against the 20-day average volume to detect market anomalies. A high ratio signals sudden activity, highlighting potential accumulation or distribution patterns requiring further review.

Can I set a minimum threshold for volume ratio scans?

Yes, the CLI invocation accepts a minimum volume ratio threshold and a top-N parameter. This filters scan results to return only the most significant volume anomalies matching your criteria across recent market sessions.

What data do I get back from an unusual volume scan?

An unusual volume scan returns stock code, date, current volume, 20-day average volume, volume ratio, and intraday price change. It also provides a brief interpretation classifying the activity as volume-driven buying or selling.

What is the best way to find stocks with sudden trading activity?

The best way to find stocks with sudden trading activity is running a ranked volume-ratio scan. Setting a high minimum ratio threshold quickly isolates abnormal candidates without manually reviewing extensive market data.