Strategy Breakout banner
nahime0 nahime0

Strategy Breakout

Development community

Description

--- name: strategy-breakout description: Analyze and modify breakout strategy — S/R detection, breakout confirmation, volume scoring user-invocable: true --- # Breakout (Support/Resistance) Strategy — Analyze & Modify **Source**: `strategies/breakout.py` **Strategy type**: `breakout` **Thesis**: Price breaking through key S/R levels with volume signals continuation. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 56-61 | | `SCORE_THRESHOLD` | Line 62 (default 0.60

Installation

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

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

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

Full documentation available on GitHub

View Source Repository