Posts  / #POST-220404
REDDIT

Open-source Grid Bot dashboard + backtesting (Hyperliquid/Spot) - looking for feedback

Hey everyone, I built an open-source grid bot + dashboard to help run and *monitor* grid strategies with less guesswork.

**What it gives you (summary)**
A self-hosted grid bot + dashboard that makes it easy to **configure**, **monitor orders**, **track real PnL**, **backtest settings**, and **control everything from Telegram**.

**What it gives you**

* **Grid config screen** (pair, range, grid distance, USD/level, target %, fee assumptions, etc.)
* **Backtesting / parameter testing** to find better targets/ranges before going live (ex: compare target % results)
* **Orders table** with clear status: *waiting* vs *profit next fill*
* **Profit / PnL summary by period** (day / week / month + trade counts)
* **Bot status** (running/stopped) + **log viewer** (PM2)
* **Telegram commands** for quick updates/reports (profits, status, PnL, etc.)
* **Local-first setup** with **Postgres + Node.js** (easy to run, tweak, and extend)
* **Simple DB schema** (instances/config/orders/profits) so you can query + build your own reports
* **Dashboard-first UX** (no guessing what the bot is doing—orders, fills, and results are visible)

**Why I made it**
Most bots are either closed-source or hard to trust. I wanted something transparent, hackable, and focused on *ops + visibility*.

**GitHub:** [https://github.com/SrDebiasi/hyperliquid-grid-bot#](https://github.com/SrDebiasi/hyperliquid-grid-bot#)
First images on gihub shows the Hyperliquid view + Dashboard.

Want to setup? There is a README\_HOW\_TO\_SETUP

If you try it, I’d love feedback: what’s missing for you (risk controls, alerts, exchange adapters, UI, etc.)?

Post image