Strategy Macd Divergence banner
nahime0 nahime0

Strategy Macd Divergence

Development community

Description

--- name: strategy-macd-divergence description: Analyze and modify MACD divergence strategy — swing detection, histogram scoring, MACD params user-invocable: true --- # MACD Divergence Strategy — Analyze & Modify **Source**: `strategies/macd_divergence.py` **Strategy type**: `macd_divergence` **Thesis**: MACD histogram divergences from price signal momentum shifts before price follows. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 61-66 | | `SCORE_THRESHOLD` | L

Installation

Installs to ~/.claude/skills/nahime0-hyperliquid-bot-strategy-macd-divergence/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nahime0-hyperliquid-bot-strategy-macd-divergence && curl -fsSL https://raw.githubusercontent.com/nahime0/hyperliquid-bot/HEAD/.claude/skills/strategy-macd-divergence.md -o ~/.claude/skills/nahime0-hyperliquid-bot-strategy-macd-divergence/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository