Private local workflow
Run Pine backtests on your Windows machine
Paste a supported Pine Script strategy, run the local Rust CPU reference, compare CUDA when available, and export a report without sending the core run to cloud compute.
For users who want a private desktop workflow before uploading, publishing or validating a trading strategy.
Backtest Pine Script locally: keep private ideas private.
Local CPU/CUDA proof is the trust hook. Builder stores the reports and versions; TradingView is only the chart review layer after a survivor exists.
What it does
Strategy Arena Lab generates native ArenaScript candidates, runs Operator composite sweeps across 70 native families, can import supported Pine Script into the same plan format, then runs deterministic local backtests before any public validation workflow.
Why it matters
Trading strategies need repeatable local checks, visible trade logs and benchmarkable parameter sweeps before they become marketing claims.
Beta scope
- SMA, EMA, RSI, MACD and EMA + RSI subsets
- Long and short CPU reference paths
- CUDA comparison where supported
- Native GPU name, source and adapters in benchmark metadata
Pine compatibility without losing the ArenaScript engine
The Lab is not a TradingView extension. It generates and backtests Strategy Arena ArenaScript strategies first. Pine is an import bridge for deterministic subsets; CPU reference is the truth source, then CUDA runs only when a script maps to current kernels.
Do I need an account?
The local backtest surface can run without password storage. Account pairing is available for Strategy Arena workflows.
Can I export the result?
Yes. The desktop Backtest screen exports JSON reports after CPU/CUDA compare or benchmark runs.
Try Strategy Arena Lab
Windows installer, MSI package, requirements and SHA256 hashes are published on the download page.