PyneComp v6.0.54 — scripts that TradingView runs without complaint now compile and run…
Fixes
- A
typewhose field is declaredvarorvaripproduced a script that crashed on startup with a message about persistent variables; such scripts now run, and the variable holding the object keeps its ownvaripbehaviour. - Some published scripts declare a collection variable, leave it
naand keep callingarray.*methods on it — TradingView never runs that code because nothing reads the result, while here it crashed on thenavalue. Those computations are now skipped the same way, so the script runs; the skipped lines stay visible as comments in the compiled output.