File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ All functions listed below are verified to exist in Pine Script v5.
101101
102102| Function | Status | Description |
103103| ---------------- | ------ | -------------------- |
104- | ` ta.pivothigh() ` | ✔️ | Pivot High Detection |
105- | ` ta.pivotlow() ` | ✔️ | Pivot Low Detection |
104+ | ` ta.pivothigh() ` | ✅ | Pivot High Detection |
105+ | ` ta.pivotlow() ` | ✅ | Pivot Low Detection |
106106
107107### Utility Functions
108108
@@ -111,8 +111,3 @@ All functions listed below are verified to exist in Pine Script v5.
111111| ` ta.valuewhen() ` | ✅ | Value When Condition Met |
112112| ` ta.barssince() ` | ✅ | Bars Since Condition |
113113| ` ta.cum() ` | ✅ | Cumulative Sum |
114-
115- ### Notes
116-
117- - Some indicators exist as both variables and functions (e.g., ` ta.vwap ` , ` ta.tr ` )
118- - ` ta.adx() ` is ** not** a standalone function in Pine Script v5 (it's part of ` ta.dmi() ` )
You can’t perform that action at this time.
0 commit comments