Strategy Btc Correlation banner
nahime0 nahime0

Strategy Btc Correlation

Development community

Description

--- name: strategy-btc-correlation description: Analyze and modify BTC correlation strategy — lag thresholds, exit logic, alt selection user-invocable: true --- # BTC Correlation (Lag) Strategy — Analyze & Modify **Source**: `strategies/btc_correlation.py` **Strategy type**: `btc_correlation` **Thesis**: Altcoins lag BTC moves. Enter alts that haven't caught up yet. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 57-62 | | `SCORE_THRESHOLD` | Line 63 (default 0.60

Installation

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

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

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

Full documentation available on GitHub

View Source Repository