Skip to content

Commit 8004267

Browse files
committed
Readme update
1 parent 7510cdd commit 8004267

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,25 @@ const { result } = await pineTS.run((context) => {
158158
## Project Goals
159159

160160
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)
175+
- ✅ Realtime execution
176+
- 🚧 Visualization (In-progress)
177+
- 🚧 Scripts and Market data caching (In-progress)
178+
- 🎯 Strategy execution (planned)
179+
- 🎯 Backtesting and simulation (planned)
173180

174181
## Technical Details
175182

0 commit comments

Comments
 (0)