You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PineTS aims for **full coverage** of Pine Script functions and capabilities. The ultimate goal is to enable running **original Pine Script code directly** without manual conversion to PineTS syntax.
161
-
162
-
- Runtime Transpiler
163
-
- Core Pine Script functions and variables
164
-
- Series and scope management
165
-
- Technical analysis functions
166
-
- Mathematical functions
167
-
- Input handling
168
-
- Plots data handling
169
-
- Market data connectors
170
-
- Visualization add-ons
171
-
- Strategy execution
172
-
- Backtesting and simulation
161
+
However, at the current stage, PineTS syntax allows running indicators with low conversion effort because it shares a vary close syntax with Pine Script.
162
+
163
+
**Current Progress (v0.6.1)**:
164
+
165
+
- ✅ Runtime Transpiler (PineTS => JS)
166
+
- 🚧 Pine to PineTS transpiler to allow running pine scripts directly (In-progress)
167
+
- ✅ Core Pine Script functions and variables (~75% coverage)
168
+
- ✅ Series and scope management
169
+
- ✅ Technical analysis functions (60+ indicators)
170
+
- ✅ Mathematical functions
171
+
- ✅ Arrays and Matrices (90+ operations)
172
+
- ✅ Input handling
173
+
- ✅ Plots data handling
174
+
- 🚧 Market data connectors (Binance supported, others will be added)
0 commit comments