PineTS
PineTS is a TypeScript implementation of the Pine Script language, allowing you to write trading indicators and strategies using TypeScript while leveraging the power of Pine Script’s execution model and functions.
With PineTS, you can create, test and visualize technical indicators using modern web technologies while maintaining compatibility with the Pine Script language features.
Demo
This is a BTCUSDT chart with the Williams Vix Fix indicator applied. The chart data and indicator are generated using PineTS, showcasing the capabilities of the library in creating interactive and dynamic charts.
The visualization is done using the Lightweight Charts library.
Documentation
Language Coverage
Click here to explore the Pine Script language features implemented in PineTS, including execution model, time series, and more.
API Coverage
Click here to check the implementation status of Pine Script API functions and methods in PineTS.
Demo Indicators
WillVixFix Indicator
WillVixFix is a volatility-based indicator that helps identify potential reversal points in the market. Click here to see the demo.
Squeeze Momentum Indicator
The Squeeze Momentum indicator identifies when the market is “squeezing” (low volatility) and about to break out with increased momentum. Click here to see the demo.
Created by Alaa-eddine KADDOURI | Licensed under AGPL-3.0 |