StockSharp.Strategies.0201_VWAP_Williams_R 5.0.1

Prefix Reserved
dotnet add package StockSharp.Strategies.0201_VWAP_Williams_R --version 5.0.1
                    
NuGet\Install-Package StockSharp.Strategies.0201_VWAP_Williams_R -Version 5.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Strategies.0201_VWAP_Williams_R" Version="5.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Strategies.0201_VWAP_Williams_R" Version="5.0.1" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Strategies.0201_VWAP_Williams_R" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Strategies.0201_VWAP_Williams_R --version 5.0.1
                    
#r "nuget: StockSharp.Strategies.0201_VWAP_Williams_R, 5.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Strategies.0201_VWAP_Williams_R@5.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Strategies.0201_VWAP_Williams_R&version=5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Strategies.0201_VWAP_Williams_R&version=5.0.1
                    
Install as a Cake Tool

VWAP Williams R Strategy (C# Version)

The VWAP Williams %R strategy focuses on intraday reversion around the Volume Weighted Average Price. It observes when price drifts away from VWAP while the Williams %R oscillator reaches oversold or overbought territory. The assumption is that extreme readings near VWAP often lead to a snapback toward the mean.

When the oscillator drops below -80 and price trades under VWAP, the setup implies selling pressure is fading and a rebound may follow. Conversely, a reading above -20 while price is positioned above VWAP warns that buyers are exhausted and a pullback is likely. The strategy opens trades in the direction of a potential return to VWAP and watches for that move to complete.

This approach fits active intraday traders who prefer frequent mean reversion opportunities. A small stop‑loss relative to VWAP keeps risk contained while still allowing enough room for price to fluctuate before reversing.

Details

  • Entry Criteria:
    • Long: Price < VWAP && Williams %R < -80 (oversold below VWAP)
    • Short: Price > VWAP && Williams %R > -20 (overbought above VWAP)
  • Long/Short: Both sides.
  • Exit Criteria:
    • Long: Exit long position when price breaks above VWAP
    • Short: Exit short position when price breaks below VWAP
  • Stops: Yes.
  • Default Values:
    • WilliamsRPeriod = 14
    • StopLossPercent = 2m
    • CandleType = TimeSpan.FromMinutes(5)
  • Filters:
    • Category: Mixed
    • Direction: Both
    • Indicators: VWAP Williams R
    • Stops: Yes
    • Complexity: Intermediate
    • Timeframe: Intraday
    • Seasonality: No
    • Neural networks: No
    • Divergence: No
    • Risk Level: Medium
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.1 275 7/20/2025
5.0.0 71 7/11/2025