We Transpiled PineScript v6 to C++ So Backtests Are Actually Reproducible

TradingView's PineScript is the most widely used language for writing trading strategies. Millions of scripts. One problem: you can't run them anywhere except TradingView.

That means:

Your data, locked to their symbols and timeframes

Backtests that drift between runs (floating-point, bar-index quirks)