Strategy Bb Squeeze banner
nahime0 nahime0

Strategy Bb Squeeze

Development community

Description

--- name: strategy-bb-squeeze description: Analyze and modify BB squeeze strategy — squeeze detection, breakout scoring, volume thresholds user-invocable: true --- # Bollinger Band Squeeze Strategy — Analyze & Modify **Source**: `strategies/bb_squeeze.py` **Strategy type**: `bb_squeeze` **Thesis**: Tight BB (squeeze) precedes explosive breakouts. Enter on squeeze exit with volume. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 57-62 | | `SCORE_THRESHOLD` | Line 6

Installation

Installs to ~/.claude/skills/nahime0-hyperliquid-bot-strategy-bb-squeeze/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository