StockSharp.Strategies.0030_VWAP_Reversion
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0030_VWAP_Reversion --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0030_VWAP_Reversion -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0030_VWAP_Reversion" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0030_VWAP_Reversion" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0030_VWAP_Reversion" />
paket add StockSharp.Strategies.0030_VWAP_Reversion --version 5.0.1
#r "nuget: StockSharp.Strategies.0030_VWAP_Reversion, 5.0.1"
#:package StockSharp.Strategies.0030_VWAP_Reversion@5.0.1
#addin nuget:?package=StockSharp.Strategies.0030_VWAP_Reversion&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0030_VWAP_Reversion&version=5.0.1
VWAP Reversion (C# Version)
VWAP Reversion strategy that trades on deviations from Volume Weighted Average Price
VWAP Reversion trades deviations from the volume-weighted average price. If price strays too far above or below VWAP, the strategy fades the move and exits on a snap back.
Because VWAP reflects typical transaction levels, extreme deviations often lure price back toward it. Some traders combine this signal with intraday trend filters for higher probability.
Details
- Entry Criteria: Signals based on RSI, VWAP.
- Long/Short: Both directions.
- Exit Criteria: Opposite signal or stop.
- Stops: Yes.
- Default Values:
DeviationPercent
= 2.0mStopLossPercent
= 2.0mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Mean Reversion
- Direction: Both
- Indicators: RSI, VWAP
- Stops: Yes
- Complexity: Basic
- Timeframe: Intraday (5m)
- 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.