Skip to content

Commit

Permalink
Missing documentation link for VWMA.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar authored Jul 3, 2022
1 parent 5222578 commit b2c481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The following list of strategies are currently supported by this package:
- [KDJ Strategy](src/strategy/trend/index.md#kdj-strategy)
- [Parabolic SAR Strategy](src/strategy/trend/index.md#parabolic-sar-strategy)
- [Typical Price Strategy](src/strategy/trend/index.md#typical-price-strategy)
- [Volume Weighted Moving Average (VWMA) Strategy](src/strategy/trend/index.md#volume-weighted-moving-average-vwma-strategy)
- [Vortex Strategy](src/strategy/trend/index.md#vortex-strategy)

### Momentum Strategies
Expand Down
1 change: 1 addition & 0 deletions src/strategy/trend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Trend strategies generate signals based on a trend indicator.
- [KDJ Strategy](#kdj-strategy)
- [Parabolic SAR Strategy](#parabolic-sar-strategy)
- [Typical Price Strategy](#typical-price-strategy)
- [Volume Weighted Moving Average (VWMA) Strategy](#volume-weighted-moving-average-vwma-strategy)
- [Vortex Strategy](#vortex-strategy)

#### Absolute Price Oscillator Strategy
Expand Down

0 comments on commit b2c481e

Please sign in to comment.