1Branch0Tags
GL
glucryptoFix exact Hyperliquid symbols
7d8b23fa month ago76Commits
markdown
# Signal Bot (Hyperliquid) Signal Bot helps you run repeatable Hyperliquid strategies with configurable risk controls. It can run as: - Price-signal automation (for example RSI, MACD, Bollinger, MA cross). - Signal-only monitoring. - DCA-style recurring entries. ## Why teams use it - Fast start: deploy a working strategy bot without building infra from scratch. - Configurable logic: tune indicators, cadence, and allocations per market. - Safer execution: built-in position sizing, per-run limits, and optional execution controls. ## What it does - Reads market data on a schedule. - Evaluates configured signal rules. - Emits structured results and can optionally execute trades. - Supports testnet/production style execution modes through config. ## Setup - Configure the bot through `OPENTOOL_PUBLIC_HL_SIGNAL_BOT_CONFIG`. - Start in simulation/testnet style settings first, then tighten limits before production use. ## Included strategy modes - `price`: indicator-driven signal flow. - `dca`: recurring allocation flow. For full config fields, use the template config schema in source and generated setup UI.