stocksharp.strategies.0246_vwap_breakout
5.0.0
Prefix Reserved
dotnet add package stocksharp.strategies.0246_vwap_breakout --version 5.0.0
NuGet\Install-Package stocksharp.strategies.0246_vwap_breakout -Version 5.0.0
<PackageReference Include="stocksharp.strategies.0246_vwap_breakout" Version="5.0.0" />
<PackageVersion Include="stocksharp.strategies.0246_vwap_breakout" Version="5.0.0" />
<PackageReference Include="stocksharp.strategies.0246_vwap_breakout" />
paket add stocksharp.strategies.0246_vwap_breakout --version 5.0.0
#r "nuget: stocksharp.strategies.0246_vwap_breakout, 5.0.0"
#:package stocksharp.strategies.0246_vwap_breakout@5.0.0
#addin nuget:?package=stocksharp.strategies.0246_vwap_breakout&version=5.0.0
#tool nuget:?package=stocksharp.strategies.0246_vwap_breakout&version=5.0.0
VWAP Breakout Strategy
This breakout strategy tracks how far price pulls away from the volume weighted average price. By measuring the distance in terms of the Average True Range it attempts to identify moments of accelerated momentum.
A buy is triggered when the market closes more than K
times the ATR above VWAP, signalling strong upward pressure. Likewise, a short is taken once price drops K
ATRs below VWAP. Trades are closed when price comes back to the VWAP line, assuming the burst of energy has faded.
The approach is designed for short-term traders who enjoy trading sudden expansions in volatility. Fixed protective stops and a clear reentry level help manage the risk of false breakouts.
Details
- Entry Criteria:
- Long: Price > VWAP + K*ATR (breakout above upper band)
- Short: Price < VWAP - K*ATR (breakout below lower band)
- Long/Short: Both sides.
- Exit Criteria:
- Long: Exit long when price falls back below VWAP
- Short: Exit short when price rises back above VWAP
- Stops: Yes.
- Default Values:
K
= 2.0mCandleType
= TimeSpan.FromMinutes(5)AtrPeriod
= 14
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: VWAP Breakout
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- Seasonality: No
- Neural networks: No
- Divergence: No
- Risk Level: Medium
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.0 | 57 | 7/11/2025 |