Strategy Volume Spike banner
nahime0 nahime0

Strategy Volume Spike

Development community

Description

--- name: strategy-volume-spike description: Analyze and modify volume spike strategy — spike threshold, candle pattern detection, BB level user-invocable: true --- # Volume Spike Reversal Strategy — Analyze & Modify **Source**: `strategies/volume_spike.py` **Strategy type**: `volume_spike` **Thesis**: Extreme volume spikes with reversal candle patterns (hammer/inverted hammer) signal exhaustion. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 57-62 | | `SCORE_THR

Installation

Installs to ~/.claude/skills/nahime0-hyperliquid-bot-strategy-volume-spike/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository