hyperliquid-grid-trading-bot
Installation
SKILL.md
Hyperliquid Grid Trading Bot
Skill by ara.so — Daily 2026 Skills collection.
A configurable grid strategy runner for Hyperliquid DEX. Places layered buy/sell orders around a price range with risk controls (stop loss, take profit, drawdown limits, rebalancing). Primary implementation is TypeScript/Node.js; a legacy Python tree exists for reference and learning examples.
Install
git clone https://github.com/PolyPulse-Analytics/hyperliquid-trading-bot.git
cd hyperliquid-trading-bot
npm install
Requirements: Node.js 20.19+, a Hyperliquid wallet private key, git.
Optional Python support: install uv for legacy src/ tree and learning_examples/.