Project
Changelog
A complete history of every TradeClaw release. All versions follow semantic versioning. Breaking changes are always called out explicitly.
v0.4.0
latestMarch 2026PWA support, plugin system, public proof tracker, real-time SSE price feed, and this documentation site.
Progressive Web App — installable, offline caching via Service Worker, push notification support
Documentation site at /docs — 10+ pages covering signals, API, webhooks, plugins, and more
Market screener — filter all pairs by RSI range, MACD signal, EMA trend, and minimum confidence
Price alerts with browser notifications — set threshold, direction, and optional note
Plugin system — custom JS indicator modules with sandboxed V8 execution
Signal accuracy tracker with public proof — win/loss records per symbol and timeframe
Real-time SSE price feed at /api/prices/stream — pushes price events and new signals
Signal explainer — AI-generated reasoning for each signal at /api/explain
v0.3.0
stableMarch 2026Embeddable widget, community leaderboard, Telegram bot, backtest visualization, and production-grade integrations.
Embeddable signal widget — iframe and script tag embeds with dark/light themes
Community leaderboard — public signal accuracy rankings by symbol and timeframe
Telegram bot — @BotFather setup, subscriber filtering, formatted signal broadcasts
Backtest visualization — equity curve, drawdown chart, and per-trade breakdown
Visual strategy builder — drag-and-drop indicator composition with backtest runner
Webhooks — HMAC-SHA256 signed delivery, Discord/Slack auto-formatting, retry logic
Paper trading — simulated portfolio with $10k starting balance, P&L stats, Sharpe ratio
Multi-timeframe analysis — M15/H1/H4/D1 consensus view per symbol
API reference docs — all endpoints documented with parameters and response shapes
Mobile-responsive dashboard — optimized layout for phones and tablets
v0.2.0
stableMarch 2026Real signal engine powered by five technical indicators, public demo deployment, and SEO landing page.
Real TA engine — RSI (Wilder's), MACD (12/26/9), EMA (20/50/200), Bollinger Bands, Stochastic
Confluence scoring — weighted indicator votes produce a 0–100 confidence score
ATR-based TP/SL calculator — three take profit levels at 1:1, 1:2, 1:3 risk/reward
Public demo deployment — one-click deploy to Railway and Vercel
SEO landing page — Open Graph meta, sitemap, structured data
Signal sharing — unique shareable URLs per signal with live status
In-memory price cache — reduces external API calls by ~80%
v0.1.0
initialMarch 2026Project scaffold, infrastructure, role system, and Alpha Screener brand documentation.
Next.js 14 monorepo scaffold with TypeScript strict mode and Tailwind CSS v4
README with feature list, deploy buttons, and screenshot placeholders
Role system — Free, Pro, and Enterprise tiers with Stripe checkout integration
Landing page — hero section, feature grid, pricing cards, and FAQ
CI/CD pipeline — GitHub Actions build check on every PR
Docker Compose deployment — single-command production setup
Alpha Screener brand documentation — hosted version positioning and feature parity notes
STATE.yaml project tracker — task list and milestone tracking
Upcoming
Signal notifications via email, multi-instance support with shared signal store, and an official hosted version at Alpha Screener. Follow the STATE.yaml file in the repository root for the live task backlog.