TradingView Pine Script Signal
Compact, flat JSON payload consumed by the AIOKA Pine Script v5 indicator
Response Fields
| Field | Type | Description |
|---|---|---|
verdict | string | Judiciary ruling: STRONG_BUY, BUY, ACCUMULATE, HOLD, REDUCE, SELL, STRONG_SELL, PENDING |
confidence | float | Judiciary composite confidence 0-100 |
regime | string | Current HMM regime (BULL_TRENDING, LOW_VOLATILITY, WHALE_ACCUMULATION, …) |
dark_pool | int | Dark Pool composite score 0-100 (Sprint 210) |
rsi | float | BTC 1H RSI(14) |
ema_200 | float | BTC 1H EMA(200) |
btc_price | float | Live BTC spot price |
ghost_status | string | WAITING, READY, or IN_POSITION |
timestamp | int | Unix epoch seconds |
Pine Script Quick Start
Download the free AIOKA indicator from the TradingView integration guide, paste your API key into the indicator settings, and it will poll this endpoint once per bar close.Authorizations
Your AIOKA Intelligence API key (format: aik_{tier}_{random})
Response
Latest AIOKA signal bundle for Pine Script.
Flat, compact signal payload consumed by AIOKA Pine Script v5 indicator.
All times are Unix epoch seconds (integer) rather than ISO strings to minimise bytes on the wire and match Pine Script's native time format.
Judiciary ruling (STRONG_BUY / BUY / ACCUMULATE / HOLD / REDUCE / SELL / STRONG_SELL / PENDING).
Judiciary composite confidence 0-100.
Current market regime (BULL_TRENDING / HIGH_VOLATILITY / LOW_VOLATILITY / ...).
Dark Pool composite score 0-100 (Sprint 210 — 0 if unavailable).
BTC 1H RSI(14). 0 if unavailable.
BTC 1H EMA(200). 0 if unavailable.
Live BTC spot price. 0 if unavailable.
Ghost Trader status (WAITING / IN_POSITION / READY).
Unix epoch seconds of the response.