Ghost Trader win rate and P&L aggregated by market regime across all 7 councils
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.
regime_history; Gold writes Gold-native
regimes (SAFE_HAVEN_DEMAND, INFLATION_HEDGE, …) via its dedicated
detector; EUR/USD writes the same way.| Field | Type | Description |
|---|---|---|
regimes | array | Per-regime rows, sorted by trades DESC, then win_rate DESC |
total_trades | integer | Sum of trades across all regimes (excludes NULL-regime trades) |
assets_included | array of strings | Asset tables that contributed (["BTC","ETH","SOL","ADA","TAO","GOLD","EURUSD"]) |
since | string | Clean-slate cutoff date ("2026-04-12") |
generated_at | string | UTC ISO timestamp |
cached | boolean | Whether response was served from cache |
cache_ttl_seconds | integer | Cache TTL |
| Field | Type | Description |
|---|---|---|
regime | string | Regime label (e.g. BULL_TRENDING, SAFE_HAVEN_DEMAND) |
trades | integer | Total trades closed in this regime |
wins | integer | Trades with pnl > 0 |
losses | integer | Trades with pnl <= 0 |
win_rate | float | Fraction 0.0–1.0 (e.g. 0.833 = 83.3%) |
avg_pnl_pct | float | Mean PnL per trade as percentage points (1.24 = +1.24%) |
total_pnl | float | Cumulative USD PnL within this regime |