Skip to content

Commit 9b34eb6

Browse files
committed
update ta coverage doc page
1 parent 08d9fc3 commit 9b34eb6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/api-coverage/ta.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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()`)

0 commit comments

Comments
 (0)