Skip to content

Commit adf2dc1

Browse files
committed
Performance optimization : reimplementation of most of TA function to enhance the performances (~ x5 execution speed on average)
Updated documentation
1 parent 97ac74a commit adf2dc1

File tree

8 files changed

+866
-21
lines changed

8 files changed

+866
-21
lines changed

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ The visualization is done using the [Lightweight Charts](https://tradingview.git
4343

4444
## Documentation
4545

46+
### [Getting Started](getting-started.md)
47+
48+
Learn the basics of converting Pine Script to PineTS and understand key differences.
49+
50+
### [Initialization and Usage](initialization-and-usage.md)
51+
52+
Complete guide on how to initialize PineTS and run indicators with detailed API documentation, including all constructor parameters, run method options, and return value formats.
53+
4654
### [Language Coverage](lang-coverage.md)
4755

4856
Click here to [explore](lang-coverage.md) the [Pine Script language](lang-coverage.md) features implemented in PineTS, including execution model, time series, and more.

0 commit comments

Comments
 (0)