@@ -23,6 +23,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
23
23
- TEMA (triple exponential moving average)
24
24
- ZLEMA (zero-lag exponential moving average)
25
25
- MMA (modified moving average)
26
+ - VWMA (volume-weighted moving average)
26
27
- MLR (moving linear regression)
27
28
- Prediction
28
29
- Slope
@@ -63,7 +64,18 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
63
64
- Rolling/running quantiles
64
65
65
66
66
- ## Todo
67
+ ## Wish List
68
+ ### To-Do
69
+ - Hamming moving average
70
+ - VWAP (volume-weighted average price)
71
+ - EVWMA (elastic, volume-weighted moving average)
72
+ - VMA (variable-length moving average)
73
+ - Chaikin Money Flow
74
+ - Ultimate Oscillator
75
+ - OBV (on-balance volume)
76
+ - Too many more to name...always happy to hear suggestions though!
77
+
78
+ ### Done
67
79
- ~~ Moving Linear Regression~~
68
80
- ~~ KAMA (Kaufman adaptive moving average)~~
69
81
- ~~ DEMA (double exponential moving average)~~
@@ -83,15 +95,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
83
95
- ~~ Stochastic Momentum Index~~
84
96
- ~~ MMA (modified moving average)~~
85
97
- ~~ ZLEMA (zero lag exponential moving average)~~
86
- - Hamming moving average
87
- - VWMA (volume-weighted moving average)
88
- - VWAP (volume-weighted average price)
89
- - EVWMA (elastic, volume-weighted moving average)
90
- - VMA (variable-length moving average)
91
- - Chaikin Money Flow
92
- - Ultimate Oscillator
93
- - OBV (on-balance volume)
94
- - Too many more to name...always happy to hear suggestions though!
98
+ - ~~ VWMA (volume-weighted moving average)~~
95
99
96
100
# Examples
97
101
#### Randomly generated data:
@@ -103,4 +107,3 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
103
107
#### Corn futures daily data
104
108
![ alt text] ( https://raw.githubusercontent.com/dysonance/Indicators.jl/master/examples/example3.png " Example 3 ")
105
109
106
-
0 commit comments