Refactor documentation links in numerics, oscillators, reversals, and statistics modules to use relative paths; update Bias class to handle division by zero more robustly; remove obsolete CUMMEAN Pine script; enhance trend indicators documentation; add Visual Studio Code workspace configuration.

This commit is contained in:
Miha Kralj
2026-02-04 11:43:59 -08:00
parent c034cbd5e5
commit 3e854eac3f
60 changed files with 9944 additions and 2641 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ Forecasting and predictive models. Unlike reactive indicators that smooth past d
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| [AFIRMA](/lib/forecasts/afirma/Afirma.md) | Adaptive FIR Moving Average | Windowed sinc coefficients. Optimal frequency response. Can extrapolate. |
| [AFIRMA](afirma/Afirma.md) | Adaptive FIR Moving Average | Windowed sinc coefficients. Optimal frequency response. Can extrapolate. |