Public validated trade count since production launch
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.
| Field | Type | Description |
|---|---|---|
validated_trades | integer | Number of validated trades with is_valid=true since launch |
since | string | Track record restart date ("2026-04-12") |
total_pnl | float | Sum of P&L (USD) across all validated closed trades. Returns 0.0 if no closed trades. |
win_rate | float | Percentage of validated closed trades that were profitable (0.0–100.0). Returns 0.0 if no closed trades. |
is_valid=true are included in all calculations. Backfilled, synthetic, or
test trades are excluded. total_pnl and win_rate are computed from closed validated trades only —
an open position is counted in validated_trades but not in P&L or win rate until it closes.