Enter your admin token to view live signal status. Use HH_ADMIN_TOKEN, not your TradingView webhook secret unless you never set a separate admin token.
TV connected only means a real TradingView webhook hit Holocron
(trade signal or Pine HEARTBEAT), not Admin Ping.
Prove Holocron only: Ping server (server up; does not flip TV connected).
Prove TradingView → Holocron (no trade needed):
1) Alert condition Any alert() function call,
Message {{alert_message}}, webhook URL set.
2) Chart Settings → turn ON SETUP: fire one HEARTBEAT → save → wait for next bar tick →
this page should show TV connected → turn SETUP OFF.
Prove ENTER/EXIT (same path as a real fill):
Chart Settings → turn ON SETUP: fire one ENTER-LONG (or EXIT / SHORT) → save.
That uses the same alert() as a live fill. Holocron will treat it as a real order
(paper/IB). Confirm it in Recent events below, then turn SETUP OFF.
Do not fire ENTER and EXIT in the same save if you only want to test one side.
Live trade alerts also use Message {{alert_message}}.
Missed TV fills (no IB):
If the chart already filled while alerts were disconnected, use
Book missed TV fill below. That updates the live book / Today P&L only.
SETUP ENTER/EXIT still sends a real paper/IB order.
HEARTBEAT ≠ trade-ready: it only proves the webhook URL can receive
some alert(). After any Pine edit you must delete and recreate the chart alert
or ENTER/EXIT still run on the old snapshot (fills at open will not hit Holocron).
Symbol
Alert link
Last contact
Last event
Setup test
Failures & health
What this checks: parse errors, routing failures, strategies that never sent a webhook, and stale signals.
It does not read TradingView directly. If a trade is open on TV but no alert fired, you'll see a warning here after the daily bar closes.
Recent failures
When
Strategy
Action
Status
Detail
Book missed TV fill
Use this when TradingView already filled but Holocron never got the alert.
It updates the admin/performance live book only. It does not send an IB order.
For MSTR this morning: EXIT-SHORT, entry at the open, exit at the 3% stop.
For an open TSLA: ENTER-LONG or ENTER-SHORT with the chart entry price.
Use FLAT to void a false live-book signal (heartbeat/setup test). The sleeve goes flat, no IB, not a closed trade.
Strategy signals
Recent webhook events
Status guide:Paper filled = signal received and logged.
Duplicate = same signal twice within 2 min, safely ignored.
Error = check detail column.