pull_engine_image
Pull the PineForge engine Docker image required for local PineScript backtesting. Ensures the runtime is available before running backtests.
Instructions
Run docker pull for the pineforge-release runtime image on the user's machine. Useful before the first backtest_pine call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Image to pull. Defaults to ghcr.io/pineforge-4pass/pineforge-engine:latest. |