📈
AI EngineeringPython

Second Golden Cross

by shouldnotappearcalm

Second Golden Cross is an AI Engineering skill for Claude Code, published by shouldnotappearcalm in a-share-skill.

232 stars42 forkson shouldnotappearcalm/a-share-skillAdded 2026/09/03Repository updated 2026/06/24
a-shareagent-skillsakshareclaude-codeclaude-skillsmcppaper-tradingquantstock
Install in seconds
Install Second Golden Cross
Copy Second Golden Cross into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shouldnotappearcalm/a-share-skill/tree/main/macd-second-golden-cross ~/.claude/skills/macd-second-golden-cross

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shouldnotappearcalm/a-share-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
macd-second-golden-cross/SKILL.md in shouldnotappearcalm/a-share-skill
Installs to
~/.claude/skills/macd-second-golden-cross
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2793 skills

What Second Golden Cross does

Second Golden Cross turns A-share MACD bottom-divergence setups into three trade decisions: watch, small trial entry, or pass. It is used to assess a second golden cross below zero, confirm structure, and define entry, stop-loss, and invalidation rules.

Second Golden Cross is cataloged under AI Engineering on DirSkills. Second Golden Cross comes from a repository tagged a-share, agent-skills, akshare, claude-code and claude-skills.

Documentation

README

二次金叉

将“看着像底背离”转成可验证、可执行、可止损的交易框架。

核心定义(先统一口径)

  • 本技能关注的不是“股价必须创新低”,而是:
    • 价格仍在低位磨底(平前低/小破前低都可)
    • MACD动能比第一脚更强(空头衰减)
    • 零轴下二次金叉出现(触发器)
  • 一句话:
    • 第一脚:跌出反抽
    • 第二脚:回踩验底
    • 水下二次金叉:验底后多头首次重新组织反攻

结构识别(第一脚/第二脚)

按顺序检查,不跳步:

  1. 确认有前期下跌
    • 没有明显下跌,不讨论底背离。
  2. 确认第一脚
    • 下跌后出现第一次止跌与反抽;MACD出现第一次修复或第一次金叉尝试。
  3. 确认第二脚
    • 反抽后再次回落到低位区域,形成二次试底。
  4. 确认“第二脚变虚”
    • DIF低点抬高,或绿柱缩短,或第二次金叉位置高于第一次。

三档决策(必须输出)

A. 上观察名单(只跟踪,不急着买)

满足多数特征:

  • 有前期下跌
  • 有第一脚与第二脚骨架
  • 第二脚回踩时价格仍弱,但MACD出现“抗跌”迹象
  • 尚未出现明确二次金叉或价格确认

输出动作:

  • 标记观察价位:第二脚低点、短压位、前高压力
  • 等待触发:水下二次金叉 + 1~3根K线的拐头确认

B. 可试错出手(轻仓先手)

必须同时看到:

  • 第二脚明显“变虚”(背离更清楚)
  • DIF上穿DEA形成第二次金叉且仍在零轴下
  • 二次金叉位置优于第一次(优先加分项)
  • 金叉后价格出现最小确认(站回短均线/突破微平台/低点不再轻易跌穿)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Second Golden Cross

  • What else does shouldnotappearcalm publish alongside Second Golden Cross?

    Second Golden Cross is one of 5 skills that DirSkills catalogs from shouldnotappearcalm/a-share-skill, the repository it ships in. Its siblings there include A Share Paper Trading, A-Share Data and MACD Trend Resonance Stock Picker. Each one is a separate skill with its own page in this directory, installs the same way Second Golden Cross does, and is maintained by shouldnotappearcalm in that same repository. The rest of the collection is listed on the shouldnotappearcalm/a-share-skill page.

  • How does Second Golden Cross compare to other AI Engineering skills?

    Second Golden Cross ranks #2461 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Second Golden Cross against them. Open each page to compare what they document and how they install.