feat: add DMH (Ehlers Directional Movement with Hann) indicator

This commit is contained in:
Miha Kralj
2026-03-17 13:35:03 -07:00
parent 4552d8529d
commit 4fa29c04b7
15 changed files with 1419 additions and 0 deletions
+1
View File
@@ -262,6 +262,7 @@ Is there a trend? How strong? These indicators answer that.
| AROON | Aroon | [aroon.pine](../lib/dynamics/aroon/aroon.pine) |
| AROONOSC | Aroon Oscillator | [aroonosc.pine](../lib/dynamics/aroonosc/aroonosc.pine) |
| CHOP | Choppiness Index | [chop.pine](../lib/dynamics/chop/chop.pine) |
| DMH | Ehlers Directional Movement with Hann | [dmh.pine](../lib/dynamics/dmh/dmh.pine) |
| DMX | Jurik Directional Movement Index | [dmx.pine](../lib/dynamics/dmx/dmx.pine) |
| DX | Directional Movement Index | [dx.pine](../lib/dynamics/dx/dx.pine) |
| GHLA | Gann High-Low Activator | [ghla.pine](../lib/dynamics/ghla/ghla.pine) |