Add PineTS to Cross-Language Frameworks (#511)

Adds PineTS, an open-source transpiler and runtime that runs Pine Script® in Node.js and the browser.

Placed in Cross-Language Frameworks alongside RunMat, as both are runtimes for another platform's language syntax.

Against the contributing requirements:
- Active: 63 releases, latest 2026-07-13
- Documented: README with install and usage examples
- Licence: AGPL-3.0
- Linked by GitHub repository, not a commercial URL

Disclosure: I am a Co-Founder of LuxAlgo, which maintains PineTS. Happy to adjust the wording, the tags, or the section if you'd prefer it elsewhere.
This commit is contained in:
Sean Mackey
2026-08-14 08:10:28 -03:00
committed by GitHub
parent 3e8ba1987b
commit a5777fe69f
+1
View File
@@ -606,6 +606,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [ta-lib](https://github.com/TA-Lib/ta-lib)
- [RunMat](https://github.com/runmat-org/runmat) - Rust runtime for MATLAB-syntax array math with automatic CPU/GPU execution and fused kernels for quant simulations.
- [godzilla.dev](https://godzilla.dev) - `C++` `Python` - Open-source framework for crypto quant trading, funding rate arbitrage and ultra-low-latency market making. [GitHub](https://github.com/godzilla-foundation/godzilla-community)
- [PineTS](https://github.com/LuxAlgo/PineTS) - `TypeScript` `JavaScript` `Pine Script` - Open-source transpiler and runtime that executes Pine Script logic in Node.js and the browser with 1:1 syntax compatibility, for running indicators and strategies on your own infrastructure.
## Reproducing Works, Training & Books
- [Wyckoff Method Course](https://arapov.trade/en/freestudying/wyckoff-method) - Free course on volume analysis and the Wyckoff method: market phases, spring/upthrust, order flow reading.