Hyperliquid EMA Bot — Paper Dashboard
v0.4.0
2026-08-05
- Real favicon/app icon (candlestick mark) instead of the blank default.
- Replaced the light/dark slider with a 4-way theme wheel: Terminal (dark), Paper (light), Matrix, Midnight.
- Regenerated every background: much stronger, more visible glow + grid in the dark themes (the old overlay was muting the PNG too much), and a near-solid, minimal Paper background instead of the washed-out pastel one.
v0.3.0
2026-08-05
- Real PNG background art for dark and light modes — perspective grid + candlestick silhouette.
- Light/dark theme slider in the header, persisted per-browser.
- This patch notes page.
v0.2.0
2026-08-05
- Redesigned as a trading-terminal dashboard: glowing hero price card, position meter bar, glassy stat cards.
- Added a live EMA sparkline chart (price + fast/slow EMA lines) with hover crosshair, drawn from the same candle data the bot polls.
- Color-coded BUY/SELL lines in the activity log.
v0.1.0
2026-08-05
- Initial paper-trading dashboard, ported from the hyperliquid-bot Python CLI.
- Reads live public Hyperliquid market data; runs the exact same EMA-crossover signal, position clamp, min-order filter, and session kill-switch as the original bot.
- Simulated $1,000 paper account (0.045% taker fee, 0.05% slippage) stored in browser localStorage — no real keys, no real orders.
- Normal / Fast / Crazy mode presets matching the original run.sh / run-fast.sh / run-crazy.sh env overrides.
- Deployed to Vercel.