🛡 Alpha Gatekeeper

Stop trading during drawdowns. Route your TradingView alerts through our ML+regime gate. Only forward if our 152-bot research lab + BitEvo says conditions are clean.

24H BLOCKED
24H FORWARDED
USERS
CURRENT REGIME

How it works

1. Your TradingView alert fires
2. POST → http://34.70.171.152:8092/webhook/<your_key>
3. We check:
   • Arena ML regime (down_strong / down_mild / flat / up_mild / up_strong)
   • BitEvo 4-TF state (1h / 15m / 4h / 1d)
   • Fear & Greed Index
   • Direction sanity (long during regime collapse → blocked)
4. If all gates pass → forward to your destination URL
5. Otherwise → block + log + tell you why

Tiers

FREE

100 webhook events / month

Get key: POST /webhook/<anything-unique> auto-creates account.

Setup in 30 seconds

# 1. In TradingView alert "Webhook URL" field, set:
http://34.70.171.152:8092/webhook/your_unique_key

# 2. In alert payload (JSON):
{
  "symbol": "BTCUSDT",
  "direction": "long",
  "strength": 0.8,
  "source": "your_indicator_name",
  "destination_url": "https://your-exchange-or-bot.com/webhook"
}

# 3. That's it. Check your stats:
curl http://34.70.171.152:8092/api/gate/me/your_unique_key

Why we built this

Per Doc 5 (Crypto Product Strategy & Roadmap): TradingView alerts execute blindly. When regime shifts from trending to chop, your strategy bleeds. We've measured this on our own 39k-trade ledger. May 2026: BTC bos/short dropped from +$1610 (April) to −$3967. The signals didn't change — the regime did.

Alpha Gatekeeper sits between your indicator and your exchange. If regime shifts mid-session, we hold your trades. Public ledger: /api/edge.

Public stats endpoint

GET /api/gate/stats          — overall block/forward counts
GET /api/gate/me/<key>      — your account history
POST /webhook/<key>          — receive TV alert

Honest disclaimer

We block when our models say risk is high. We do not predict tops. We do not guarantee profitability. We charge for the gate, not for results.

If our gate causes you to miss a profitable trade — that's the price of risk-aware filtering. Past blocks are visible in /api/gate/me/<key>.

Links