基于“均线定方向,MACD定节奏”的A股选股与交易计划技能。Use when 用户要求把均线与MACD结合做选股、筛票、盘前候选池、趋势跟随、回踩再上、金叉确认、顶背离减仓、或希望把技术判断沉淀成可执行规则与风控模板。
npx skills add https://github.com/shouldnotappearcalm/a-share-skill --skill macd-trend-resonance-stock-picker
把“均线看趋势,MACD看节奏”落成一套可执行的选股流程,输出:
../a-share-skill/scripts/ 获取,禁止换未验证数据源。fetch_realtime.py 获取实时快照fetch_history.py 获取日线/60分钟K线fetch_technical.py 获取 MACD、均线等技术指标fetch_stock_events.py 获取重大事件与异动背景先明确:
日线定方向 + 60分钟找触发若用户没给范围:
核心规则:
60日线向上 + 收盘价在60日线上方 → 趋势合格60日线走平或粘合 → 仅观察,不列强候选60日线向下 + 收盘价在60日线下方 → 直接剔除可补充观察:
方向是硬过滤条件。方向不对,后续 MACD 再漂亮也不能进强候选池。
优先级从高到低:
MACD 位于 0 轴上方金叉红柱缩短后重新放大DIF/DEA 同步向上60分钟 MACD 与日线同向降级或剔除条件:
同时满足:
动作:
满足趋势条件,同时:
动作:
如:
动作:
任一命中:
动作:
默认只给“条件触发式”买点,不凭主观感觉提前下手。
优先触发:
每次都必须给:
常用失效定义:
优先减仓信号:
直接离场信号:
个股结论前,至少补看:
若板块与指数明显逆风:
动作映射:
按以下结构输出:
Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
Crypto wallet operations via the awal CLI — sign in, check balances, send USDC/ETH/POL/SOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping/trading/converting tokens, funding/topping up/onramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base.
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions
Take shouldnotappearcalm/macd-trend-resonance-stock-picker from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.