Skip to main content

PineTS Language Coverage

This document lists the features of the PineTS language and their status.

FeatureStatusComments
Execution modeldoneCore Pine Script language features, execution, and transpiler
Time seriesdoneVariables behave like Pine Script time series (array annotation access)
Script structuredoneSyntax closely matches Pine Script where possible
IdentifiersnativeUses native JS/TS identifiers
OperatorsnativeUses native JS/TS operators
Variables declarationsdoneSupports time series and variable syntaxes
Conditional structuresimplementedif implemented / switch needs testing
Loopspartialfor done / while missing / for in missing
Type systemnativeUses native JS/TS types
BuiltinspartialImplemented open, close, high, low, hl2, hlc3, ohlc4
Functionsin progressCheck api-coverage for details
Objectsin progressCheck api-coverage for details
Enumsin progressCheck api-coverage for details
Methodsin progressCheck api-coverage for details
Arraysin progressCheck api-coverage for details
Matricesnot startedCheck api-coverage for details
Mapsnot startedCheck api-coverage for details