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

Acquisition surface

Chrome extension for instant signal badges.

TradeClaw now ships a browser extension scaffold so users can pin live BTC, ETH, and XAU signal badges directly in the toolbar — a small trust surface that keeps the product in front of traders all day.

Download ZIPPreview JSONOpen dashboard
Popup screenshot
TradeClaw Chrome extension popup preview
3Toolbar badges
BTC, ETH, XAU
/api/widget/extensionAPI path
Live JSON
Load unpackedInstall mode
Chrome dev mode

Live signal badges

BTCUSD, ETHUSD, and XAUUSD appear in the popup with direction, a mechanical rule score, and a quick link back to TradeClaw.

Self-host ready

Point the extension at your own deployment so every self-hosted install gets a lightweight browser surface.

Low-friction trust hook

A pinned toolbar badge keeps TradeClaw visible between trading sessions and shortens the path back to the dashboard.

Install steps
  1. Download the ZIP bundle and unzip it locally.
  2. Open chrome://extensions and enable Developer mode.
  3. Click Load unpacked, then choose the unzipped TradeClaw extension folder.
  4. Open Options, set your TradeClaw base URL, and grant origin access when prompted.
What the popup shows
  • Direction-first badges for fast scanning.
  • Mechanical rule scores out of 100; they are not predictive probabilities.
  • Signal timestamps and one-click links back to TradeClaw.
  • Base URL settings for self-hosted installs.
Trust and distribution

The extension gives TradeClaw a passive acquisition surface outside the main app. It keeps the brand visible, shortens the return-to-dashboard loop, and makes it easier to convert curious visitors into recurring users.

Download ZIPOpen docsSee pricing
Extension API payload
{
  "generatedAt": "2026-05-16T09:00:00.000Z",
  "baseUrl": "https://tradeclaw.win",
  "pairs": ["BTCUSD", "ETHUSD", "XAUUSD"],
  "signals": [
    { "symbol": "BTCUSD", "direction": "BUY", "confidence": 82, "signalUrl": "https://tradeclaw.win/signal/..." },
    { "symbol": "ETHUSD", "direction": "SELL", "confidence": 74, "signalUrl": "https://tradeclaw.win/signal/..." },
    { "symbol": "XAUUSD", "direction": "NEUTRAL", "confidence": 0, "signalUrl": "https://tradeclaw.win/dashboard" }
  ]
}

The legacy confidence field contains the mechanical rule score out of 100, not a calibrated probability.