Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
starchild-ai-agent avatar

Sol Scalper

  • 1 installs
  • 1 repo stars
  • Updated July 29, 2026
  • starchild-ai-agent/community-skills

Run a backtested SOL 15m scalping strategy on Hyperliquid with EMA crossover and VWAP/order-block/funding filters, firing live 15-minute alerts.

About

A skill that runs a backtested SOL 15-minute scalping strategy on Hyperliquid with EMA crossover, VWAP, order-block, RSI, and funding-rate filters, deploying a live 15-minute signal alert. A developer or trader uses it to install and run the automated SOL scalping alerts.

  • 9/21 EMA crossover with VWAP, order-block, and funding-rate filters
  • Deploys a live 15-minute alert task with position sizing

Sol Scalper by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #909 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/starchild-ai-agent/community-skills --skill sol-scalper

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedJuly 29, 2026
Repositorystarchild-ai-agent/community-skills

What it does

Run a backtested SOL 15m scalping strategy on Hyperliquid with EMA crossover and VWAP/order-block/funding filters, firing live 15-minute alerts.

Files

SKILL.mdMarkdownGitHub ↗

SOL 15M Scalping Strategy — Hyperliquid

A fully backtested, production-ready scalping strategy for SOL-PERP on Hyperliquid. Deploys a live 15-minute signal alert with all filters pre-wired.

Strategy Performance (52-day backtest)

  • Win rate: 63.6% (with all filters)
  • Profit factor: 1.96
  • Net P&L: +8.68%/month
  • Trades/month: ~22

What's Included

ComponentDetail
Signal9/21 EMA crossover on 15M
Trend filter50 EMA structural bias
Regime gate200 EMA — longs above, shorts below only
MomentumRSI smoothed (5-MA) — zone 45–65 long / 35–55 short
Volume1.3× avg volume spike required
Macro filter1H EMA50 alignment
Intraday filterVWAP (daily reset)
Order blocksBullish/bearish OB detection + confluence flag
Funding rateSkip longs when funding > +0.01%/hr
Sizing1% risk / 1–2x leverage / TP1 at 1.5R / TP2 at 2.5R

Installation

Run the setup script to deploy the live alert task:

python3 skills/sol-scalper/scripts/setup_alert.py

This will: 1. Register a scheduled task (every 15 minutes) 2. Deploy the signal monitor script 3. Activate the task — alerts fire immediately

Alert Output Format

Each alert includes:

  • Direction (LONG/SHORT) + signal type (full crossover vs OB watch zone)
  • Entry price, stop loss, TP1, TP2
  • All indicator values with pass/fail status
  • Order blocks nearest to price
  • Funding rate + open interest
  • Position sizing formula for your account size

Signal Types

Full Signal — All conditions met. Highest conviction. Enter now.

📡 SOL 15M SCALP — 🟢 LONG SIGNAL

OB Watch Zone — No crossover yet but price is inside an order block with other conditions aligned. Stand by — crossover incoming or structure is setting up.

📡 SOL 15M SCALP — OB WATCH ZONE ⚡

Silent — No setup. Nothing printed, no push sent.

Entry Rules

Long: 9 EMA crosses above 21 EMA + price > 50 EMA + price > 200 EMA + RSI_smooth 45–65 + 1H EMA bullish + price > VWAP + volume spike Short: Mirror — 9 crosses below 21 + price < 50 EMA + price < 200 EMA + RSI_smooth 35–55 + 1H EMA bearish + price below VWAP + volume spike

Risk Rules

  • Risk 1% of account per trade
  • Leverage 1–2x max
  • Close 50% at TP1, move SL to breakeven
  • Close remaining at TP2 or EMA cross reversal
  • If -2% in a session: stop trading for the day

Indicators That Were Tested and Rejected

  • OBV — lagging, kills win rate (-15%)
  • Bollinger Bands — mean-reversion tool, fights momentum signals
  • ATR dynamic stops — widens stops, hurts R:R
  • StochRSI alone — best win rate in isolation but too many good trades filtered
  • 30M timeframe — too slow, enter after the move already happened

Files

  • scripts/setup_alert.py — Deploys the live alert task end-to-end
  • scripts/signal_monitor.py — The core signal logic (run standalone or via task)
  • references/backtest_notes.md — Full backtest methodology and filter comparison results

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.