@@ -89,14 +89,13 @@ All functions listed below are verified to exist in Pine Script v5.
8989| ` ta.highest() ` | ✅ | Highest Value |
9090| ` ta.lowest() ` | ✅ | Lowest Value |
9191| ` ta.median() ` | ✅ | Median Value |
92- | ` ta.mode() ` | ⬜ | Mode Value |
93- | ` ta.highestbars() ` | ⬜ | Bars Since Highest |
94- | ` ta.lowestbars() ` | ⬜ | Bars Since Lowest |
95- | ` ta.percentrank() ` | ⬜ | Percentile Rank |
96- | ` ta.percentile_linear_interpolation() ` | ⬜ | Percentile (Linear) |
97- | ` ta.percentile_nearest_rank() ` | ⬜ | Percentile (Nearest Rank) |
98- | ` ta.correlation() ` | ⬜ | Correlation Coefficient |
99- | ` ta.covariance() ` | ⬜ | Covariance |
92+ | ` ta.mode() ` | ✅ | Mode Value |
93+ | ` ta.highestbars() ` | ✅ | Bars Since Highest |
94+ | ` ta.lowestbars() ` | ✅ | Bars Since Lowest |
95+ | ` ta.percentrank() ` | ✅ | Percentile Rank |
96+ | ` ta.percentile_linear_interpolation() ` | ✅ | Percentile (Linear) |
97+ | ` ta.percentile_nearest_rank() ` | ✅ | Percentile (Nearest Rank) |
98+ | ` ta.correlation() ` | ✅ | Correlation Coefficient |
10099
101100### Support & Resistance
102101
@@ -110,7 +109,7 @@ All functions listed below are verified to exist in Pine Script v5.
110109| Function | Status | Description |
111110| ---------------- | ------ | ------------------------ |
112111| ` ta.valuewhen() ` | ⬜ | Value When Condition Met |
113- | ` ta.barssince() ` | ⬜ | Bars Since Condition |
112+ | ` ta.barssince() ` | ✅ | Bars Since Condition |
114113| ` ta.cum() ` | ✅ | Cumulative Sum |
115114
116115### Notes
0 commit comments