Strategy Trend Following banner
nahime0 nahime0

Strategy Trend Following

Development community

Description

--- name: strategy-trend-following description: Analyze and modify trend following strategy — change threshold, EMA params, enable/disable SHORT user-invocable: true --- # Trend Following Strategy — Analyze & Modify **Source**: `strategies/trend_following.py` **Strategy type**: `trend_following` **Thesis**: Ride strong directional momentum when 4h change and trend align. ## Code Map | What | Location | |------|----------| | Weights `W_*` | Lines 55-60 | | `SCORE_THRESHOLD` | Line 61 (default

Installation

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

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

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

Full documentation available on GitHub

View Source Repository