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
← Blog
Self-HostingDockerOpen Source

Why Self-Hosting Your Trading Tools Is Worth It

March 25, 2026 · 10 min read

The SaaS trading tool market charges a premium for convenience. TradingView Pro is $15/month. 3Commas starts at $29/month. Cryptohopper, Coinrule, Altrady — all $50–150/month for the features that actually matter. For active traders, the annual cost adds up fast.

The Cost Comparison

ToolMonthlyAnnualWhat you lose without paying
TradingView Pro$15$180Multiple indicators, alerts
3Commas Advanced$49$588Smart trading, signals
Cryptohopper Hero$107$1,284Strategy backtesting
TradeClaw (self-hosted)$5$60Just your VPS cost

What You Get with Self-Hosting

  • Full data ownership — your signals, your history, on your machine. No vendor lock-in.
  • Customisable — change the scoring weights, add indicators, modify thresholds. The code is yours.
  • No rate limits — self-hosted means as many signals, backtests, and screener scans as your server handles.
  • Privacy — your trading activity doesn't touch someone else's servers.
  • Free API access — plug your own apps into /api/v1/signals without paying for API access.

What You Give Up

Be honest with yourself here:

  • Maintenance — you're responsible for updates, uptime, and backups. Minimal, but real.
  • Support — no customer service team. GitHub issues and community.
  • Mobile apps — TradeClaw is a web app. No dedicated iOS/Android app yet.
  • Broker integrations — no one-click IBKR or Binance trading from TradeClaw (yet). Signals only.

10-Minute Setup

Three options, in order of simplicity:

Option 1: Docker Compose (recommended)

shell
git clone https://github.com/naimkatiman/tradeclaw
cd tradeclaw
cp .env.example .env  # edit if needed
docker compose up -d  # done

That's it. Open http://localhost:3000 and you have a running signal dashboard.

Option 2: One-click Railway deploy

Click the Railway deploy button in the README. It provisions a container, sets env vars, and gives you a public URL. Free tier works for personal use.

Option 3: npx demo (test first)

npx @naimkatiman/tradeclaw-demo

Runs a local Bloomberg-style demo in your browser with zero installation.

Recommended Hosting

  • Hetzner CX22 (~€4/month) — best price/performance for EU
  • DigitalOcean Droplet ($6/month) — simple, good docs
  • Railway ($5/month) — one-click, no VPS management
  • Render (free tier) — fine for testing, limited uptime
Save digest preferences

Choose preferences for rule-generated candidates and recorded outcome summaries. The rule score is not a probability or edge estimate; delivery timing is not guaranteed.

No spam, one-click unsubscribe. Customise preferences →

Keep reading

GrowthComparison

TradeClaw vs TradingView: When You'd Pick Each (Honestly)

TradingView and TradeClaw are not the same product. Here’s the honest comparison: where each one wins, what they cost over two years, and when you should use both together.

May 21, 2026 · 11 min read

R-multipleRisk Management

R-Multiples Explained: How TradeClaw Now Measures Trade Quality

Win rate is a trap. R-multiples and expectancy are the only metrics that tell you whether a trading strategy actually makes money over time. Here's how TradeClaw computes them, and why we smooth extreme outliers.

May 11, 2026 · 8 min read