Skip to content

Commit 7b95d85

Browse files
committed
readme update for vwma
1 parent 21b45c8 commit 7b95d85

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
2323
- TEMA (triple exponential moving average)
2424
- ZLEMA (zero-lag exponential moving average)
2525
- MMA (modified moving average)
26+
- VWMA (volume-weighted moving average)
2627
- MLR (moving linear regression)
2728
- Prediction
2829
- Slope
@@ -63,7 +64,18 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
6364
- Rolling/running quantiles
6465

6566

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
6779
- ~~Moving Linear Regression~~
6880
- ~~KAMA (Kaufman adaptive moving average)~~
6981
- ~~DEMA (double exponential moving average)~~
@@ -83,15 +95,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
8395
- ~~Stochastic Momentum Index~~
8496
- ~~MMA (modified moving average)~~
8597
- ~~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)~~
9599

96100
# Examples
97101
#### Randomly generated data:
@@ -103,4 +107,3 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
103107
#### Corn futures daily data
104108
![alt text](https://raw.githubusercontent.com/dysonance/Indicators.jl/master/examples/example3.png "Example 3")
105109

106-

0 commit comments

Comments
 (0)