feat: add MADH (Ehlers Moving Average Difference with Hann) indicator

This commit is contained in:
Miha Kralj
2026-03-17 13:48:34 -07:00
parent 4fa29c04b7
commit b4523b5cca
16 changed files with 1410 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@
| [LOGTRANS](numerics/logtrans/Logtrans.md) | Logarithmic Transform | Numerics |
| [LOWEST](numerics/lowest/Lowest.md) | Rolling Minimum | Numerics |
| [LRSI](oscillators/lrsi/Lrsi.md) | Ehlers Laguerre RSI | Oscillators |
| [MADH](oscillators/madh/Madh.md) | Ehlers Moving Average Difference with Hann | Oscillators |
| [LSMA](trends_FIR/lsma/Lsma.md) | Least Squares MA | Trends (FIR) |
| [LTMA](trends_IIR/ltma/Ltma.md) | Linear Trend MA | Trends (IIR) |
| [LUNAR](cycles/lunar/Lunar.md) | Lunar Phase | Cycles |