diff --git a/README.md b/README.md index 5b7b2e1..80d5a34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/strategy/trend/index.md b/src/strategy/trend/index.md index abaf80e..dc1f96a 100644 --- a/src/strategy/trend/index.md +++ b/src/strategy/trend/index.md @@ -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