OpenPineScript is currently in active development. We prioritize fixes for the latest version of the main branch.
| Version | Supported |
|---|---|
| v0.2.x (Current) | ✅ |
| < v0.2.x | ❌ |
Note: Once 100% parity with the v2 specification is reached, the stable release will transition to v2.0.x.
We believe in 100% Transparency. To maintain community trust and ensure the integrity of the engine, all issues must be reported publicly via the GitHub Issues tab.
Please open an issue immediately if you discover any of the following:
- Lookahead Leaks: Any logic that allows the engine to "see" future bars during a backtest. This is a critical failure of algorithmic integrity.
- Logic Drift: Mathematical discrepancies between
OpenPineScriptand TradingView's official v2 output. - System Vulnerabilities: Any bug that could lead to unauthorized local file access or unexpected code execution by the transpiler.
- Memory Leaks: Issues that cause excessive RAM usage during deep historical backtests (beyond the 5,000-bar limit).
When opening an issue, please use the appropriate Issue Template and include:
- The Pine Script v2 code used.
- The expected output (e.g., a TradingView CSV export).
- The actual output from the OpenPineScript engine.