Strategy Buy The Dip banner
nahime0 nahime0

Strategy Buy The Dip

Development community

Description

--- name: strategy-buy-the-dip description: Analyze and modify buy-the-dip strategy — dip range, trend filter, exit logic user-invocable: true --- # Buy the Dip Strategy — Analyze & Modify **Source**: `strategies/buy_the_dip.py` **Strategy type**: `buy_the_dip` **Thesis**: Sharp dips in an uptrend are buying opportunities. LONG only. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 49-54 | | `SCORE_THRESHOLD` | Line 55 (default 0.60) | | `update()` | Line 137 — com

Installation

Installs to ~/.claude/skills/nahime0-hyperliquid-bot-strategy-buy-the-dip/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository