PyneComp v6.0.65* — a script that uses a numeric ternary as a condition, like if a and…
Fixes
- Converting or compiling a Pine script where a numeric
? :expression with annabranch is used inside anifcondition failed with an internal error (HTTP 400 from the API). It now converts exactly the way TradingView does, keeping thenainside thebool()wrap. - Conversions involving integer division of constants, such as
3 / 100orhigh[N / 2], are now verified against TradingView’s current output in the test suite, so theint()wrapping stays correct.