TradersHub emblem
Live · Built solo from South Africa 🇿🇦

One brand.
Three ways to trade.

A multi-market REST API, a proprietary TradingView indicator, and free setup-forming alerts on Telegram — all sharing one engine, built by a 17-year retail trader from South Africa.

3
products
1
engine
17yr
trader-built
100%
solo & honest
The brand

A toolkit for traders, built by a trader.

TradersHub started in May 2026 as a single API. It became a brand the moment retail traders started asking for the same edge — delivered however they actually trade.

Today, we ship three products. Tomorrow, more. The same engine powers all of them: EMA-50 structure, swing detection, order block context. The same builder maintains all of them — alone, by hand, from Pretoria.

No funds. No team. No marketing department. Just one trader who lost R250,000 in tuition fees and decided to build the toolkit he wished he’d had.

Pick your tool

Three products. One engine.

Same setup-detection logic, three different ways to receive it. Pick the one that fits how you trade.

💻
DEVELOPERS
TradersHub API
For bots, dashboards, & data pipelines.
  • 10,000+ instruments, one endpoint
  • Signals, sentiment, multi-timeframe
  • JSON over HTTPS — sample code in Python, JS, cURL
  • Free tier forever (3,000 calls/month)
Free/ $29 mo
Get on RapidAPI →
Pro tier $29/mo. Cancel anytime.
📈
FLAGSHIP · LIVE
TradersHub Pro
Proprietary TradingView indicator.
  • EMA-50 + BH/BL swing markers + order block zones
  • Works on any TradingView symbol & timeframe
  • Invite-only access — lifetime updates
  • Granted within 24h of subscribing
$29/ month
Cancel any time. PayPal recurring. Indicator invite within 24h. View on TradingView →
📱
FREE
Telegram Alerts
Setup-forming alerts on your phone.
  • 4H setup alerts on 18 curated markets
  • FX majors, BTC/ETH, indices, gold
  • Same logic as the indicator — free preview
  • Zero spam. ~2-4 alerts per day max.
Freeforever
Coming soon — launching in days
No signup. No card. Open Telegram and tap join.
1 · The API

TradersHub API — one endpoint. Every market.

For developers building bots, dashboards, alerts, backtests, or anything that consumes market signals. JSON over HTTPS. Sample code in Python, JavaScript, and cURL.

Four endpoints, one integration

  • /v1/signal — BUY / SELL / HOLD verdict with confidence score, RSI, and trend context for any symbol
  • /v1/sentiment — news sentiment score with the actual headlines used
  • /v1/multi-timeframe — daily / weekly / monthly bias in one call
  • /health — uptime endpoint for monitoring dashboards

Median response time: under 600ms. Every call returns strict JSON — no HTML, no XML wrappers, no surprises.

Coverage that most APIs skip

Most trading APIs handle US stocks and BTC — then stop. TradersHub covers:

  • 10,000+ instruments across stocks, crypto, forex, indices, commodities
  • JSE (Johannesburg) — 350 stocks, most APIs ignore this
  • LSE (London) — full 2,000-stock coverage
  • Emerging-market forex pairs — not just the majors
Sample request · Python
import requests

url = "https://api.tradershub.dev/v1/signal"
headers = {"X-RapidAPI-Key": "YOUR_KEY"}
params = {"ticker": "AAPL"}

r = requests.get(url, headers=headers, params=params)
print(r.json())
# {"ticker": "AAPL", "signal": "BUY", "confidence": 0.72,
#  "rsi": 58.4, "trend": "uptrend", "price": 224.12, ...}
Free tier
$0/mo
  • 3,000 API calls / month
  • All 4 endpoints
  • Full market coverage
  • No credit card required
Pro tier
$29/mo
  • 100,000 API calls / month
  • Priority queue — sub-400ms median
  • Direct email support from the founder
  • Cancel from RapidAPI anytime
Get on RapidAPI →

RapidAPI handles billing · free tier lives forever · cancel with 2 clicks

2 · The Indicator

TradersHub Pro — see the structure, skip the noise.

A closed-source, invite-only TradingView indicator. Plots body-close confirmed BH/BL swing labels against a configurable EMA, and projects an origin-candle order block zone for each confirmed swing.

TradersHub Pro indicator on USDCHF 45-minute chart — BH labels, EMA-50, and order block zones marking a clean uptrend

USDCHF · 45-minute · live chart

🎯

BH / BL swing labels

Fires only when price closes on the correct side of the EMA and a valid wick extreme formed in the preceding pullback. Body-close confirmed. No intrabar repainting.

📐

Order block zones

Each confirmed swing projects a colour-coded box covering the origin candle’s wick range — red for bearish origin, blue for bullish. Retained as retest reference.

🌀

EMA directional gate

Configurable-length EMA acts as the trend filter. Labels only appear on the side of the market that aligns with the EMA slope — counter-trend noise filtered out.

6 live charts · forex · crypto · indices

See TradersHub Pro on real markets

Browse the chart gallery — real screenshots, no simulations, no backtests.

Open the chart gallery →
Subscribe · $29/mo →

PayPal recurring · invite-only access on TradingView · cancel anytime

View live on TradingView →

Live demo

What our engine sees, in real time.

No sign-up. No card. Type any ticker, see exactly what the API returns — the same signal layer that powers all three products.

Trading Signal
Last price
RSI
Trend
Multi-Timeframe
Daily
Weekly
Monthly
Awaiting analysis
News Sentiment
Awaiting headlines
Headlines analyzed
Recent headlines will appear here — click any to read on Yahoo Finance.
Coverage

Every market matters, somewhere on the stack.

Different products cover different ground. The API spans 10,000+ instruments. The indicator works on every TradingView symbol. The Telegram channel watches 18 high-liquidity markets curated by hand.

🇺🇸
US Stocks
6,000+ tickers
NYSE, NASDAQ — every listed stock
/v1/signal?ticker=AAPL
Crypto
500+ coins
BTC, ETH, SOL and the major alts
/v1/signal?ticker=BTC-USD
💱
Forex
180 pairs
All majors, minors & emerging-market pairs
/v1/signal?ticker=EURUSD=X
🇿🇦
JSE
350 stocks
Naspers, Sasol, Anglo, every JSE stock
/v1/signal?ticker=NPN.JO
Most APIs ignore this
🇬🇧
LSE
2,000 stocks
London Stock Exchange — full coverage
/v1/signal?ticker=TSCO.L
📊
Indices
50 global
S&P 500, Dow, Nasdaq, FTSE, DAX & more
/v1/signal?ticker=^GSPC
🥇
Commodities
30 futures
Gold, Oil, Silver, Copper, Natgas & more
/v1/signal?ticker=GC=F
How TradersHub thinks

Honest math. No black box.

📈
/v1/signal

BUY / SELL / HOLD verdict with a 0–100 confidence score, last price, and the underlying RSI/MACD/SMA values that drove the call.

📰
/v1/sentiment

News sentiment scoring from recent headlines for the ticker. Returns a 0–100 score plus how many headlines were analyzed.

📊
/v1/multiframe

Multi-timeframe trend alignment (daily / weekly / monthly). When all three agree, you've filtered out 80% of noise.

curl
curl "https://traders-hub-main-14ac381.zuplo.app/v1/signal?ticker=AAPL" \
  -H "Authorization: Bearer YOUR_KEY"
{ "ticker": "AAPL", "asset_class": "us_stock", "signal": "BUY", "confidence": 70, "last_price": 277.10, "indicators": {"rsi": 52.4, "trend": "bullish"} }
A note from the builder

17 years of trading. R250,000 in tuition. One API.

I'm Kobus Nel, building from South Africa.

I've been involved in markets since 2008 — trading crypto, stocks, forex, and commodities for over 17 years. I took every course, joined every broker, paid for every signal service. By the end of it, I'd lost roughly R250,000 in tuition.

What I learned cost more than money: every signal API I tried was incomplete. They covered US stocks but not JSE. Or crypto but not forex. Or had price tags meant for hedge funds — not retail traders.

So I built the one I wished I'd had. The one that covers everything, charges fairly, and tells you the truth. BUY/SELL/HOLD with confidence scores — not "guaranteed wins."

If this API ever helps you avoid one of the mistakes I made, that's why it exists.

What developers build with it

Plug it into anything.

🤖
Trading bots
Auto-execute trades on broker APIs based on signal confidence.
📱
Telegram / Discord alerts
Push real-time BUY signals to your trading group every hour.
📊
Custom dashboards
Build your own portfolio view with live signals on every position.
🔬
Backtesting research
Stream historical signals into your own backtest engine.
📈
Spreadsheet integrations
Pull live signals into Excel or Google Sheets for personal analysis.
🌐
Mobile apps
Build retail trading apps with multi-asset coverage from day one.

Stop stitching together five different APIs.

Get one key. Cover every market. $0 to start.

Get Your Free API Key →
No credit card. 100 calls/day forever. Pro $29/mo.