This is a full grid trading bot for Hyperliquid DEX, not just a code snippet. You get TypeScript and legacy Python implementations, YAML config files for strategy setup, and automated order placement with stop loss, take profit, and rebalancing logic. The repo includes testnet support and a set of learning examples if you want to understand WebSocket feeds or order placement before going live. Grid bots work best in ranging markets where you want to capture spreads repeatedly, though the auto-rebalancing tries to handle breakouts. The code is structured well enough to tweak parameters without rewriting core logic, but you still need to understand grid mechanics and risk management before deploying real capital.
npx skills add https://github.com/aradotso/trending-skills --skill hyperliquid-grid-trading-bot