openpondai/agents/rsi-signal-bot
OpenTool app
markdown
# RSI Signal Bot (Hyperliquid)
RSI Signal Bot helps you run a repeatable RSI-only Hyperliquid strategy with configurable risk controls.
## Why teams use it
- Fast start: deploy a working RSI strategy bot without building infra from scratch.
- Focused logic: tune RSI thresholds, cadence, and allocations per market.
- Safer execution: built-in position sizing, per-run limits, and optional execution controls.
- Backtest-ready: generate RSI decision series for historical review.
## What it does
- Reads market data on a schedule.
- Evaluates RSI overbought/oversold rules.
- Emits structured results and can optionally execute trades.
- Supports testnet/production style execution modes through config.
- Supports `backtest_decisions` mode via tool POST payload.
## Setup
- Configure the bot through `OPENTOOL_PUBLIC_HL_RSI_SIGNAL_BOT_CONFIG`.
- Start in simulation/testnet style settings first, then tighten limits before production use.
For full config fields, use the template config schema in source and generated setup UI.