Strategy Ema Crossover banner
nahime0 nahime0

Strategy Ema Crossover

Development community

Description

--- name: strategy-ema-crossover description: Analyze and modify EMA crossover strategy — EMA periods, cross detection, RSI filter user-invocable: true --- # EMA Crossover Strategy — Analyze & Modify **Source**: `strategies/ema_crossover.py` **Strategy type**: `ema_crossover` **Thesis**: EMA crossovers signal trend changes. Golden cross → LONG, death cross → SHORT. ## 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-ema-crossover/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository