Strategy Rsi Divergence banner
nahime0 nahime0

Strategy Rsi Divergence

Development community

Description

--- name: strategy-rsi-divergence description: Analyze and modify RSI divergence strategy — swing detection, exit thresholds, divergence logic user-invocable: true --- # RSI Divergence Strategy — Analyze & Modify **Source**: `strategies/rsi_divergence.py` **Strategy type**: `rsi_divergence` **Thesis**: Price-RSI divergences signal trend exhaustion. Non-scoring, divergence detection based. ## Code Map | What | Location | |------|----------| | `update()` | Line 124 — computes 5m RSI + swing de

Installation

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

Terminal
mkdir -p ~/.claude/skills/nahime0-hyperliquid-bot-strategy-rsi-divergence && curl -fsSL https://raw.githubusercontent.com/nahime0/hyperliquid-bot/HEAD/.claude/skills/strategy-rsi-divergence.md -o ~/.claude/skills/nahime0-hyperliquid-bot-strategy-rsi-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