Blog

Updates and stories from the PyneSys team — about Pine Script, Python, trading, and the craft of building tools for traders.

Pine Script has no integers

Pine's int type has no runtime existence: it is an IEEE-754 double that loses digits above 2^53, never overflows, and whose na is a NaN. Measured from Pine itself, with a script you can paste into the editor.

Read more →