Add RMA indicator implementation and related tests; update existing indicators to return empty array for zero count

This commit is contained in:
Miha Kralj
2025-12-10 19:24:55 -05:00
parent 8df3480d1f
commit 66b1fc3dca
16 changed files with 854 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Trend indicators help identify the direction and strength of a market trend. Mov
| QEMA | Quadruple Exponential MA | |
| REMA | Regularized Exponential MA | |
| RGMA | Recursive Gaussian MA | |
| RMA | wildeR MA (SMMA, MMA) | |
| [RMA](trends/rma/Rma.md) | wildeR MA (SMMA, MMA) | Exponential moving average with alpha = 1/N. |
| SGF | Savitzky-Golay Filter | |
| SGMA | Savitzky-Golay MA | |
| SINEMA | Sine-weighted MA | |