StockSharp.Strategies.0106_Spring_Reversal
5.0.2
Prefix Reserved
dotnet add package StockSharp.Strategies.0106_Spring_Reversal --version 5.0.2
NuGet\Install-Package StockSharp.Strategies.0106_Spring_Reversal -Version 5.0.2
<PackageReference Include="StockSharp.Strategies.0106_Spring_Reversal" Version="5.0.2" />
<PackageVersion Include="StockSharp.Strategies.0106_Spring_Reversal" Version="5.0.2" />
<PackageReference Include="StockSharp.Strategies.0106_Spring_Reversal" />
paket add StockSharp.Strategies.0106_Spring_Reversal --version 5.0.2
#r "nuget: StockSharp.Strategies.0106_Spring_Reversal, 5.0.2"
#:package StockSharp.Strategies.0106_Spring_Reversal@5.0.2
#addin nuget:?package=StockSharp.Strategies.0106_Spring_Reversal&version=5.0.2
#tool nuget:?package=StockSharp.Strategies.0106_Spring_Reversal&version=5.0.2
Spring Reversal Strategy (C# Version)
Spring Reversal is a Wyckoff concept where price briefly breaks support and then springs back above it. This shakeout traps late sellers and often marks the beginning of an uptrend.
Testing indicates an average annual return of about 55%. It performs best in the stocks market.
The strategy buys once price reclaims the broken level, anticipating swift short covering and new demand.
A stop just below the spring low limits downside, and the position is closed if follow-through fails.
Details
- Entry Criteria: indicator signal
- Long/Short: Both
- Exit Criteria: stop-loss or opposite signal
- Stops: Yes, percent based
- Default Values:
CandleType
= 15 minuteStopLoss
= 2%
- Filters:
- Category: Reversal
- Direction: Both
- Indicators: Wyckoff
- 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.
Add reset handlers for overlooked strategies