transpile_pine
Transpile PineScript v6 source to C++ translation unit locally using Docker, without network or API key. Returns generated C++ as text.
Instructions
Transpile PineScript v6 source to a C++ translation unit locally, using the pineforge-codegen transpiler bundled in the pineforge-release Docker image. No API key, no network — source never leaves the machine. Returns the generated C++ as text. Use backtest_pine if you also want to run the strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Docker image override. Defaults to ghcr.io/pineforge-4pass/pineforge-engine:latest. | |
| source | Yes | PineScript v6 source (must include //@version=6). |