Strategy Mean Reversion banner
nahime0 nahime0

Strategy Mean Reversion

Development community

Description

--- name: strategy-mean-reversion description: Analyze and modify mean reversion strategy — weights, thresholds, entry/exit logic user-invocable: true --- # Mean Reversion Strategy — Analyze & Modify **Source**: `strategies/mean_reversion.py` **Strategy type**: `mean_reversion` **Thesis**: Price reverts to the mean after extreme RSI/BB moves. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 70-75 | | `SCORE_THRESHOLD` | Line 76 (default 0.60) | | `update()` | Line

Installation

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

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

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

Full documentation available on GitHub

View Source Repository