Skip to content

Commit

Permalink
readme update for vwma
Browse files Browse the repository at this point in the history
  • Loading branch information
dysonance committed Sep 15, 2020
1 parent 21b45c8 commit 7b95d85
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Expand Up @@ -23,6 +23,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
- TEMA (triple exponential moving average)
- ZLEMA (zero-lag exponential moving average)
- MMA (modified moving average)
- VWMA (volume-weighted moving average)
- MLR (moving linear regression)
- Prediction
- Slope
Expand Down Expand Up @@ -63,7 +64,18 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
- Rolling/running quantiles


## Todo
## Wish List
### To-Do
- Hamming moving average
- VWAP (volume-weighted average price)
- EVWMA (elastic, volume-weighted moving average)
- VMA (variable-length moving average)
- Chaikin Money Flow
- Ultimate Oscillator
- OBV (on-balance volume)
- Too many more to name...always happy to hear suggestions though!

### Done
- ~~Moving Linear Regression~~
- ~~KAMA (Kaufman adaptive moving average)~~
- ~~DEMA (double exponential moving average)~~
Expand All @@ -83,15 +95,7 @@ Indicators is a [Julia](https://julialang.org) package offering efficient implem
- ~~Stochastic Momentum Index~~
- ~~MMA (modified moving average)~~
- ~~ZLEMA (zero lag exponential moving average)~~
- Hamming moving average
- VWMA (volume-weighted moving average)
- VWAP (volume-weighted average price)
- EVWMA (elastic, volume-weighted moving average)
- VMA (variable-length moving average)
- Chaikin Money Flow
- Ultimate Oscillator
- OBV (on-balance volume)
- Too many more to name...always happy to hear suggestions though!
- ~~VWMA (volume-weighted moving average)~~

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


0 comments on commit 7b95d85

Please sign in to comment.