Skip to main content

Shareable Lab Report demo

SMA 50/200 CPU vs CUDA proof.

This is the public shape of a premium Strategy Arena Lab Report: local benchmark proof first, Arena Passport and Builder history second, chart review last.

Proof Before TradingView badge

BadgeValidated locally before chart review
PassportAP-DEMO-SMA-50200-CUDA
Next actionBuilder Report Memory

This is the affiliate-safe handoff: Strategy Arena proves the candidate first, Builder can preserve the report, and TradingView opens only after the proof exists.

Benchmark summary

CPU reference8.2s
CUDA run0.34s
Speedup24.1x
Variants10,000

Premium proof path

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

This demo is the monetization pattern: the free report proves the result, Builder preserves the Strategy Passport history, and Operator expands the same workload into diagnostics, larger sweeps and GPU Arena evidence.

Hardware and workload

GPUNVIDIA RTX class CUDA device
Backendcuda_sma_batch_v1
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.