Live SOL Ghost Trader status — current trade, latest verdict, regime, RSI, EMA, Solana network health (Gate 0)
Documentation Index
Fetch the complete documentation index at: https://docs.aioka.io/llms.txt
Use this file to discover all available pages before exploring further.
⚠️ This is a paper-trading status snapshot, not financial advice. AIOKA SOL Ghost Trader is a simulation. Never make real financial decisions based solely on this signal.
networkHealth and networkTps (the Solana network health probe used
by Gate 0). SOL evaluates 8 entry gates — one more than BTC/ETH
(7 gates) — because Gate 0 (network health) is mandatory for SOL.
| Field | Type | Meaning |
|---|---|---|
status | string | "WAITING" (no open SOL trade) or "IN_TRADE" |
currentTrade | object | null | Open SOL trade details when status == "IN_TRADE" |
currentTrade.entryPrice | number | SOL entry price (USD) |
currentTrade.sizeSol | number | Position size in SOL |
currentTrade.pnlUsd | number | Live P&L in USD |
currentTrade.pnlPct | number | Live P&L as % of position cost |
currentTrade.tp1Hit | bool | Whether TP1 partial close has fired |
currentTrade.stopLoss | number | Stop loss price (USD). Reads from sol_ghost_trades.stop_loss; falls back to entryPrice × 0.97 (-3.0% floor) when NULL |
currentTrade.tp1Target | number | TP1 target price = entryPrice × 1.02 (+2.0%) |
currentTrade.tp2Target | number | TP2 target price = entryPrice × 1.05 (+5.0%) |
currentTrade.networkHealthAtEntry | string | Solana network health label captured at entry (HEALTHY / DEGRADED / UNKNOWN) |
latestVerdict | object | null | Latest SOL council verdict |
latestVerdict.ruling | string | STRONG_BUY / BUY / ACCUMULATE / HOLD / REDUCE / SELL / STRONG_SELL |
latestVerdict.confidence | number | 0.0 — 1.0 |
latestVerdict.createdAt | string | ISO 8601 timestamp |
regime | string | null | Market regime (e.g. ACCUMULATION) |
rsi1h | number | null | SOL 1H RSI |
ema200 | number | null | SOL 1H EMA(200) |
solPrice | number | null | Latest SOL/USD |
networkHealth | string | SOL-specific. Solana network health label: HEALTHY / DEGRADED / UNKNOWN. DEGRADED blocks ALL SOL entries. |
networkTps | number | null | SOL-specific. Current Solana network throughput (transactions per second) from RPC getRecentPerformanceSamples. Threshold for HEALTHY = 1000 TPS. |
generatedAt | string | Response timestamp |
gates | object | Per-gate boolean evaluator (8 gates for SOL) |
gates.network | bool | SOL-specific Gate 0. true when Solana network is HEALTHY |
gates.networkHealth | string | Network health label mirrored into the gates block |
gates.judiciary | bool | Judiciary ruling is bullish |
gates.council | bool | SOL council bullish AND confidence ≥ 65% |
gates.emaProximity | bool | Price within EMA 200 sweet-spot band (+0.5% to +4.0%) |
gates.regime | bool | Regime favorable for SOL entries |
gates.quality | bool | Real composite entry quality score ≥ 60.0 (mirrors trader-side calculate_entry_quality() byte-for-byte) |
gates.momentum | bool | RSI(1H) ≥ 45 (momentum heuristic) |
gates.session | bool | Not in weekend low-liquidity block (Fri 22:00 — Sun 06:00 Europe/Prague) |
gates.gatesMet | int | Count of gates currently passing (0 — 8) |
gates.trigger | string | null | Human-readable reason the next gate is failing, or null when all 8 pass |
getRecentPerformanceSamples) and status.solana.com summary every
60 seconds and exposes the result via networkHealth + networkTps.
When networkHealth == "DEGRADED", ALL SOL entries are blocked
regardless of judiciary, council, or any other gate. This is by design
and mirrors the trader-side TW-2-equivalent rule — Gate 0 must never
be disabled.Live SOL Ghost Trader status