Add raw Pine Docker backtest harness#2
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
pineforge-backtest --pinepineforge-codegen-ossandpineforge-engineas public HTTPS submodulescpp/providersas the native provider bucketWhy
Users should not need to transpile Pine manually, install a host C++ toolchain, or provide a platform-specific strategy shared library. Raw Pine plus provider parameters should be the public backtest interface, with Docker as the reproducible native boundary.
User impact
After cloning with submodules and installing the Python package, users can run:
The first run builds the pin-addressed local image. Reports include Pine/generated-C++ hashes, exact data-image/codegen/engine provenance, compile timing, trades, metrics, and equity.
The runtime container is non-root, network-disabled, capability-free, no-new-privileges, and read-only apart from an executable temporary filesystem required to load the generated strategy library.
Validation