stocksharp.strategies.0239_williams_r_mean_reversion
5.0.0
Prefix Reserved
See the version list below for details.
dotnet add package stocksharp.strategies.0239_williams_r_mean_reversion --version 5.0.0
NuGet\Install-Package stocksharp.strategies.0239_williams_r_mean_reversion -Version 5.0.0
<PackageReference Include="stocksharp.strategies.0239_williams_r_mean_reversion" Version="5.0.0" />
<PackageVersion Include="stocksharp.strategies.0239_williams_r_mean_reversion" Version="5.0.0" />
<PackageReference Include="stocksharp.strategies.0239_williams_r_mean_reversion" />
paket add stocksharp.strategies.0239_williams_r_mean_reversion --version 5.0.0
#r "nuget: stocksharp.strategies.0239_williams_r_mean_reversion, 5.0.0"
#:package stocksharp.strategies.0239_williams_r_mean_reversion@5.0.0
#addin nuget:?package=stocksharp.strategies.0239_williams_r_mean_reversion&version=5.0.0
#tool nuget:?package=stocksharp.strategies.0239_williams_r_mean_reversion&version=5.0.0
Williams R Mean Reversion Strategy
Williams %R oscillates between 0 and -100 to show when price closes near the extremes of its recent range. This strategy fades those extremes once the indicator stretches far from its own average.
A long trade triggers when Williams %R falls below the average minus DeviationMultiplier
times the standard deviation. A short trade is taken when it rises above the average plus that multiplier. Exits occur when Williams %R moves back toward its average level.
The approach suits traders who rely on momentum exhaustion to time entries. A protective stop-loss limits risk if price keeps moving to new extremes.
Details
- Entry Criteria:
- Long: %R < Avg - DeviationMultiplier * StdDev
- Short: %R > Avg + DeviationMultiplier * StdDev
- Long/Short: Both sides.
- Exit Criteria:
- Long: Exit when %R > Avg
- Short: Exit when %R < Avg
- Stops: Yes, percent stop-loss.
- Default Values:
WilliamsRPeriod
= 14AveragePeriod
= 20DeviationMultiplier
= 2mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Mean Reversion
- Direction: Both
- Indicators: Williams %R
- 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.