TradeClaw

Open-source AI market intelligence for traders who prefer evidence over noise.

Self-hosted by default

Product

  • Dashboard
  • Screener
  • Backtest
  • Track record
  • Live demo

Transparency

  • What we tested and killed
  • Methodology
  • Why long-term
  • Open data
  • Calibration

Resources

  • Blog
  • Docs
  • API reference
  • How it works
  • FAQ
  • Glossary

Community

  • Discord
  • Weekly digest
  • Contribute
  • Contributors
  • Sponsors

Open source

  • GitHub repo
  • Star history
  • Self-host guide
  • Security
  • Data freshness
  • Roadmap

© 2026 TradeClaw. MIT licensed.

Terms|Privacy|Trading involves risk. Signals are informational only and are not financial advice.
DashboardScreenerCopilotTrack Record
TradeClaw
Documentation

Getting Started

  • Overview
  • Installation
  • Configuration
  • Self-Hosting

Core Features

  • Trading Signals
  • Paper Trading
  • Strategy Builder

Integrations

  • API Reference
  • Webhooks
  • Telegram Bot
  • Plugins
  • Embedding

Project

  • Contributing
  • Changelog
GitHubApp Dashboard

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 2026

PWA support, plugin system, public proof tracker, live SSE price feed (~2s crypto / ≤60s FX), and this documentation site.

feat

Progressive Web App — installable, offline caching via Service Worker, push notification support

feat

Documentation site at /docs — 10+ pages covering signals, API, webhooks, plugins, and more

feat

Market screener — filter all pairs by RSI range, MACD signal, EMA trend, and minimum confidence

feat

Price alerts with browser notifications — set threshold, direction, and optional note

feat

Plugin system — custom JS indicator modules with sandboxed V8 execution

feat

Signal accuracy tracker with public proof — win/loss records per symbol and timeframe

feat

Live SSE price feed at /api/prices/stream — pushes price events (~2s crypto, ≤60s FX) and new signals on each 5-min tick

feat

Signal explainer — AI-generated reasoning for each signal at /api/explain

v0.3.0

stableMarch 2026

Embeddable widget, community leaderboard, Telegram bot, backtest visualization, and production-grade integrations.

feat

Embeddable signal widget — iframe and script tag embeds with dark/light themes

feat

Community leaderboard — public signal accuracy rankings by symbol and timeframe

feat

Telegram bot — @BotFather setup, subscriber filtering, formatted signal broadcasts

feat

Backtest visualization — equity curve, drawdown chart, and per-trade breakdown

feat

Visual strategy builder — drag-and-drop indicator composition with backtest runner

feat

Webhooks — HMAC-SHA256 signed delivery, Discord/Slack auto-formatting, retry logic

feat

Paper trading — simulated portfolio with $10k starting balance, P&L stats, Sharpe ratio

feat

Multi-timeframe analysis — M15/H1/H4/D1 consensus view per symbol

feat

API reference docs — all endpoints documented with parameters and response shapes

feat

Mobile-responsive dashboard — optimized layout for phones and tablets

v0.2.0

stableMarch 2026

Real signal engine powered by five technical indicators, public demo deployment, and SEO landing page.

feat

Real TA engine — RSI (Wilder's), MACD (12/26/9), EMA (20/50/200), Bollinger Bands, Stochastic

feat

Confluence scoring — weighted indicator votes produce a 0–100 confidence score

feat

ATR-based TP/SL calculator — three take profit levels at 1:1, 1:2, 1:3 risk/reward

feat

Public demo deployment — one-click deploy to Railway and Vercel

feat

SEO landing page — Open Graph meta, sitemap, structured data

feat

Signal sharing — unique shareable URLs per signal with live status

perf

In-memory price cache — reduces external API calls by ~80%

v0.1.0

initialMarch 2026

Project scaffold, infrastructure, role system, and Alpha Screener brand documentation.

feat

Next.js 14 monorepo scaffold with TypeScript strict mode and Tailwind CSS v4

feat

README with feature list, deploy buttons, and screenshot placeholders

feat

Role system — Free, Pro, and Enterprise tiers with Stripe checkout integration

feat

Landing page — hero section, feature grid, pricing cards, and FAQ

feat

CI/CD pipeline — GitHub Actions build check on every PR

feat

Docker Compose deployment — single-command production setup

feat

Alpha Screener brand documentation — hosted version positioning and feature parity notes

feat

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.

PreviousContributing
Edit this page on GitHub