OGZPrime publishes its operations automatically — as part of how it runs. Every trade, every risk gate, every system event. Recorded, timestamped, verifiable.
Real-time system health, memory usage, uptime, broker connectivity, gate verification results. Refreshes every 30 seconds.
Equity curves, daily P&L heatmap, recent trades, account fleet cards. Live data feed — updates as the bot trades.
Every action OGZPrime takes is written to a structured JSONL log — every trade, every risk gate, every system event. The operational record writes itself as a consequence of the bot running.
Which strategies fired. At what confidence. What the orchestrator chose and why. Every entry, every exit, every sealed contract — with the reasoning attached.
Every time a risk layer blocked a trade: which layer, what threshold, what the market looked like. Daily loss caps, drawdown limits, confidence gates — all recorded.
Startup sequences. Restart recovery. Data feed connections. Broker adapter status. WebSocket health. If the bot does it, the ledger records it.
{
"type", // what happened — entry, exit, gate, system event
"ts", // millisecond timestamp
"ticker", "direction", "price", "confidence",
"exit_contract", // the sealed plan — SL, TP, trailing, tiers
"risk_check" // what each risk layer saw at decision time
}
Field structure shown — real entries with real values are in the live track record →
Every decision is narrated live. Every trade has a chain of thought. Every risk gate that fires is logged with what triggered it. The proof isn't a report we write — it's a side effect of the bot running.
The proof pages are live. The data is real. Check it yourself.