Full EUR/USD Forex trade history with derived stats. Paper-trading data; AIOKA EUR/USD runs in paper mode until 10 validated paper trades close.
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.
forex_eurusd_trades table.
⚠️ Paper-trading data. AIOKA EUR/USD Ghost Trader is a simulation in Sprint 186. Live capital does not flow through this loop until 10 validated paper trades have closed AND post-validation approval is documented.
| Field | Type | Meaning |
|---|---|---|
trades | array | List of closed validated EUR/USD trades, oldest first |
stats | object | Derived performance statistics |
| Field | Type | Meaning |
|---|---|---|
id | string | Trade UUID |
entry_time | string | ISO 8601 entry timestamp |
exit_time | string | ISO 8601 exit timestamp |
entry_price | number | Entry price (5 dp) |
exit_price | number | Exit price (5 dp) |
size_units | number | Position size in base-currency units (EUR) |
pnl_usd | number | Total P&L in USD (TP1 partial + final exit) |
pnl_pips | number | Total P&L in pips (Forex-native unit) |
pnl_pct | number | P&L as % of position cost |
tp1_pnl_usd | number | null | TP1 partial-sell locked P&L in USD (null if TP1 didn’t fire) |
session | string | null | Session label at entry (LONDON/OVERLAP/NEW_YORK) |
spread_at_entry | number | null | Live spread in pips at entry fill (Gate 8 audit) |
is_paper | bool | Always true until live mode unlocked |
result | string | "WIN" (pnl_usd > 0) or "LOSS" |
mode | string | Entry mode ("B" = Balanced, currently the only mode) |
| Field | Type | Meaning |
|---|---|---|
total_trades | int | Count of closed validated trades |
validated_paper_trades | int | Closed validated paper trades (0 — 10 milestone) |
paper_validation_target | int | 10 — closed validated paper trades required before live mode |
win_rate | number | Percentage 0 — 100 |
total_pnl_usd | number | Sum of pnl_usd across all trades |
total_pnl_pips | number | Sum of pnl_pips across all trades |
avg_hold_minutes | number | Mean hold duration |
best_trade_usd | number | Max pnl_usd |
worst_trade_usd | number | Min pnl_usd |