PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Kernel / native APIThe backtest and forward-execution engine, and the API a host drives it with
 Pine adapter (TradingView-parity policy layer)The layer that turns a transpiled PineScript strategy into kernel commands and reproduces TradingView's own behaviour where it differs from a neutral engine — order priority within a bar, intraday caps, entry admission, rounding thresholds, the quirks a parity corpus measures
 TypesPOD types and enums passed across the C ABI
 Strategy lifecycleCreate, run, and destroy a compiled strategy instance
 Per-strategy configurationOverride input
 Historical to realtime streamingWarm on confirmed OHLCV and continue the same strategy instance on normalized ordered trades from any data source
 Live-runtime surface (ABI v4)Default-off flags and read-only accessors used by pineforge-live
 Version queryRuntime version metadata
 Status codesEvery int-returning symbol here answers 0 or one of these
 Translated enumerationsEvery value below is the exact integer of the C++ alternative it names, pinned by static_asserts in src/native_c_host.cpp
 Transport types
 Entry points