MACD Second Golden Cross (A-Share Bottom Setup)
Turns a suspected MACD bullish divergence plus a below-zero second golden cross into a checklist-verified verdict: watchlist, small probe, or discard.
Data & AnalyticsIntermediate★ 230⑂ 41AI score 7/10Last updated: Jun 24, 2026
What it does
- Converts a vague "this looks like a double bottom" feeling into a verifiable, stop-loss-anchored trading framework.
- Walks through structure in order: prior downtrend → first leg (bounce) → second leg (retest) → evidence the second leg is weaker in price but stronger in MACD momentum.
- Scores a 10-point intraday checklist and assigns one of three tiers: watchlist only / small probe entry / hard pass.
- Outputs a fixed template covering trigger conditions, entry method, stop loss below the second-leg low, invalidation signals, and position sizing.
Who it's for
- Traders of China A-shares (or similar short-term oversold-bounce styles) who use MACD divergence for bottom fishing.
- Retail investors who tend to average down emotionally and want rule-based discipline instead.
- Anyone who wants technical-analysis calls documented in a consistent, auditable format.
Examples
- "This name just made a second low and the MACD histogram bars are shorter — can I buy?" → tier verdict plus stop-loss level.
- "I already bought yesterday, should I add?" → forces the decision back into the three-tier framework instead of emotional endorsement.
- "DIF crossed above zero, dropped back, then crossed again — is that a second golden cross?" → fails the 'same-side, below-zero' rule, so it's classified as a pass.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/shouldnotappearcalm/a-share-skill/HEAD/macd-second-golden-cross/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the macd-second-golden-cross folder from the GitHub repo shouldnotappearcalm/a-share-skill into my ~/.claude/skills/macd-second-golden-cross/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/shouldnotappearcalm/a-share-skill.git && mkdir -p ~/.claude/skills && cp -r a-share-skill/macd-second-golden-cross ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, PowerShell or WSL on Windows).
- Clone the repo:
git clone https://github.com/shouldnotappearcalm/a-share-skill.git - Make sure the skills folder exists:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r a-share-skill/macd-second-golden-cross ~/.claude/skills/ - Restart Claude Code and ask something like "check whether this chart is a below-zero second golden cross" — the skill triggers automatically.
- Note: it does not fetch market data, so paste or describe the chart/MACD readings yourself. Output is analysis, not investment advice.
View source on GitHub ↗License: MIT