Add PWMA implementation and tests; enhance documentation

This commit is contained in:
Miha Kralj
2025-12-13 20:21:21 -08:00
parent 60227a23c1
commit 4b17984cfd
38 changed files with 3506 additions and 25 deletions
+9
View File
@@ -1,3 +1,5 @@
# To do
| **Indicator Name** | **Libraries** |
| ---------------------------------------------------------------------------- | --------------------------------------------- |
| **Aroon** measures trend strength (Aroon Up/Down) | TA-Lib, Tulip, Skender, PineScript, Pandas-TA |
@@ -140,3 +142,10 @@
| **Schaff Trend Cycle** *(also listed in 3-library category)* | |
| **ConnorsRSI** *(if PineScript not included; otherwise 2 libraries)* | |
## Missing Indicators (Identified Gap Analysis)
- **Trends:** FWMA, GANN_HILO, MAVP, SSL, SWMA, PARA_WMA.
- **Momentum:** COPPOCK, ERI, KST, PSL, QQE, RMI, RVGI, VHF.
- **Volume:** BWMFI, VFI.
- **Volatility:** THERMO.
- **Statistics:** LINREG_ANGLE, LINREG_INT, LINREG_SLOPE, MAD.