/install hyperliquid-btc-auto-trader
Hyperliquid BTC Auto Trader\r
\r Fully autonomous BTC-USDC trading bot for Hyperliquid mainnet\r \r This skill turns Claude/OpenClaw into a complete, production-grade autonomous trading system using the exact sophisticated multi-timeframe anchored VWAP strategy you requested.\r \r
Core Strategy (exactly as specified)\r
- Market regime detection (trending_bull, trending_bear, ranging, volatile, transition) using ADX14 + ATR% + SMA50/200\r
- Volume profile analysis with 50-bin HVN/LVN anchors\r
- Swing point detection with 5-candle lookback + 1.5× volume confirmation\r
- Multi-timeframe anchors: daily (last 7 days), weekly (last 4 weeks), swing points, volume nodes, trend-start anchors\r
- Anchored VWAP with 0.95 exponential time decay + confidence scoring\r
- Confluence zone detection (VWAP clusters within 0.5%)\r
- Weighted signal score combining:\r
- VWAP deviation (core)\r
- Confluence adjustment (±30)\r
- Regime adjustment (±10)\r
- Order book imbalance (top 20 levels, 25% weight)\r
- Trade flow (last 50 trades, 20% weight)\r
- Candle patterns (hammer, engulfing, volume surge, 15% weight)\r
- Performance-based anchor learning (win-rate × normalized P&L, updates daily after 10 trades)\r \r
Position Management & Execution\r
- Base size: $2,000 USD\r
- Signal multiplier: 1.5× (strong ≥80), 1.2× (moderate 60-79)\r
- Max position: $10,000 USD absolute\r
- Dynamic TP/SL based on signal strength (2:1 RR on strong signals)\r
- 40× maximum leverage (hard-capped)\r
- Real market orders + limit TP + stop-market SL via official Hyperliquid SDK\r \r
Non-Negotiable Safety Limits (enforced at every cycle)\r
- Max position $10,000\r
- Max daily loss $500 → pause trading\r
- Max 5 trades per day\r
- Minimum USDC balance $20 (configurable)\r
- Pause after 3 consecutive losses\r
- 5-minute cooldown after every trade\r
- Circuit breaker on signal jumps >50 points in \x3C60 seconds\r
- Manual kill switch available\r \r
Quick Start\r
- Set your environment variables:\r
$env:HYPERLIQUID_WALLET_ADDRESS = "0x..."\r $env:HYPERLIQUID_PRIVATE_KEY = "0x..."\r
\r \r \r
2. of SKILL.md\r
\r
After the frontmatter, add this richer body (replace everything after the ---):\r
\r
# Hyperliquid BTC Autonomous Trader\r
\r
**This skill runs a complete autonomous BTC-USDC trading bot on Hyperliquid mainnet using the sophisticated multi-timeframe anchored VWAP strategy.**\r
\r
The bot continuously:\r
- Pulls real 1-minute candles, L2 order book, and recent trades\r
- Detects market regime and selects the best anchors\r
- Calculates anchored VWAPs with exponential decay\r
- Identifies confluence zones\r
- Combines 6 different signal components into a final score\r
- Executes real trades when score ≥ ±60\r
- Enforces every safety limit you specified\r
\r
All calculations use real Hyperliquid API data (no placeholders).\r
\r
**How to use this skill**\r
- Say “Start hyperliquid-btc-auto-trader” to launch the live trading loop\r
- Say “Show current signal” to see live score, regime, and confluence zones\r
- Say “Pause the trader” or “Stop the trader” at any time\r
\r
**Safety first** \r
All 8 hard safety limits are coded and cannot be bypassed. The bot will never risk more than you allow.\r
\r
**Ready to trade** \r
Once started, the bot runs completely autonomously 24/7 until you tell it to stop.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hyperliquid-btc-auto-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/hyperliquid-btc-auto-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
hyperliquid-btc-auto-trader 是什么?
Autonomous BTC-USDC trading bot on Hyperliquid mainnet using multi-timeframe anchored VWAP and strict safety limits for live market execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 hyperliquid-btc-auto-trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hyperliquid-btc-auto-trader」即可一键安装,无需额外配置。
hyperliquid-btc-auto-trader 是免费的吗?
是的,hyperliquid-btc-auto-trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hyperliquid-btc-auto-trader 支持哪些平台?
hyperliquid-btc-auto-trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hyperliquid-btc-auto-trader?
由 davidm413(@davidm413)开发并维护,当前版本 v1.0.0。