2405/sol-scalper/SKILL.md
SOL 15M scalping strategy for Hyperliquid. Includes 9/21 EMA crossover, 1H EMA + VWAP filters, order block detection, funding rate gate, 200 EMA regime filter, RSI smoothing, and 1% risk / 1-2x leverage position sizing. Deploys a live alert task that fires every 15 minutes. Use when the user wants to run or install the SOL scalping strategy.
npx skillsauth add starchild-ai-agent/community-skills @2405/sol-scalperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A fully backtested, production-ready scalping strategy for SOL-PERP on Hyperliquid. Deploys a live 15-minute signal alert with all filters pre-wired.
| Component | Detail | |-----------|--------| | Signal | 9/21 EMA crossover on 15M | | Trend filter | 50 EMA structural bias | | Regime gate | 200 EMA — longs above, shorts below only | | Momentum | RSI smoothed (5-MA) — zone 45–65 long / 35–55 short | | Volume | 1.3× avg volume spike required | | Macro filter | 1H EMA50 alignment | | Intraday filter | VWAP (daily reset) | | Order blocks | Bullish/bearish OB detection + confluence flag | | Funding rate | Skip longs when funding > +0.01%/hr | | Sizing | 1% risk / 1–2x leverage / TP1 at 1.5R / TP2 at 2.5R |
Run the setup script to deploy the live alert task:
python3 skills/sol-scalper/scripts/setup_alert.py
This will:
Each alert includes:
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.
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
scripts/setup_alert.py — Deploys the live alert task end-to-endscripts/signal_monitor.py — The core signal logic (run standalone or via task)references/backtest_notes.md — Full backtest methodology and filter comparison resultstools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.