|
PineForge v0.1.2-15-g0247b7f
Deterministic PineScript v6 backtest runtime — C ABI reference
|
The complete map of which Pine v6 surface this runtime implements lives in a single, exhaustively maintained document:
It covers, for every category:
strategy(...) declaration parametersta.* functions + 8 ta.* series variablesmath.*, str.* runtime backingrequest.security() semantics and lower-TF emulationna / is_naEach row is tagged Supported, Partial, or No runtime module (Pine surface still supported via consumer compiler) — and the latter is explicit about why a given Pine feature has no dedicated runtime class but is still covered end-to-end by the closed transpiler.
The coverage map describes the runtime + transpiler combined behaviour at the Pine-language level. This API reference describes the stable C ABI that any consumer talks to, independent of which transpiler (PineForge or otherwise) emits the strategy code.
Read the coverage map if you're:
Read this API reference if you're:
.so into a harness