Skip to main content

Shareable Lab Report demo

Lab Report interface example.

This page demonstrates the report layout only. It has no Run ID, ProofKey, measured dataset, sealed holdout or Research Evidence receipt and cannot qualify for chart review.

Evidence gate demonstration

IdentityRun ID + ProofKey required
EvidenceExact Pine + dataset + receipts required
Next actionRun a local proof

No affiliate or external chart action is rendered on a demo. A real report must pass immutable identity, exact Pine, Research Evidence and sealed holdout checks first.

Benchmark fields

CPU referenceNot measured
CUDA runNot measured
HoldoutNot opened
Variants0 measured

Measured-proof path

Current reportPublic proof URL
BuilderPrivate history + versions
OperatorDiagnostics + heavy sweeps

Paid plans are selected by workflow needs, never by a demo result, PnL, rank, quality or speedup. The free Lab must create the real proof first.

Hardware and workload

GPUNot detected in this demo
BackendNot run
Pine scopeSupported subset

This demo is intentionally honest: Strategy Arena Lab is not a TradingView extension and does not claim full Pine runtime parity. It generates native ArenaScript research artifacts and can bridge supported Pine patterns into repeatable CPU/CUDA runs.

Source shape

strategy("SMA 50/200")
fast = ta.sma(close, 50)
slow = ta.sma(close, 200)
strategy.entry("Long", strategy.long, when = ta.crossover(fast, slow))
strategy.close("Long", when = ta.crossunder(fast, slow))

Next product step

The next implementation step is server-side persistence: desktop upload, signed workload hash, verification level, and a public report id linked from GPU Arena rows.