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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
## [0.1.3] - 2025-02-10 -
4
+
5
+
### Added
6
+
7
+
- Multiple transpiler fixes
8
+
- Fix Logical, Binary and unary expressions when passed as arguments to PineTS internal functions (e.g plot(close && open, ...))
9
+
- Support fo "na" as valid value (will be converted to NaN by the transpiler)
10
+
- Fix for Pine Script functions returning tupples
11
+
- Add partial support for color.rgb and color.new (these need to be completely rewritten)
12
+
- Experimenting a cache approach for TA functions (not yet ready, only tested with sma)
13
+
- Add Support for querying large time interval from MarketDataProvider by running multiple requests with a step, the requested market data is cached to prevent rate limiting and optimize performance
14
+
- Complete refactor of math.\* functions to ensure compatibility with time series for all functions using the same syntax as Pine Script
15
+
3
16
## [0.1.2] - 2025-02-05 - initial request.security() support
0 commit comments