CPU/CUDA comparison, local JSON export and chart review.
Shareable Lab Report demo
SMA 50/200 CPU vs CUDA proof.
This is the public shape of a Strategy Arena Lab Report: local benchmark proof first, Arena readiness second, chart review last.
Benchmark summary
Hardware and workload
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
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.
Free Lab now, Builder/Operator when the report matters
The local benchmark remains free. The paid path starts when a user wants durable URLs, history, heavier sweeps and diagnostics.
Private Lab Report URL, synced history and reusable Builder exports.
Batch reports, GPU Arena submission path and Arena diagnostics.