StockSharp.Strategies.0111_Stochastic_Failure_Swing
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0111_Stochastic_Failure_Swing --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0111_Stochastic_Failure_Swing -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0111_Stochastic_Failure_Swing" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0111_Stochastic_Failure_Swing" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0111_Stochastic_Failure_Swing" />
paket add StockSharp.Strategies.0111_Stochastic_Failure_Swing --version 5.0.1
#r "nuget: StockSharp.Strategies.0111_Stochastic_Failure_Swing, 5.0.1"
#:package StockSharp.Strategies.0111_Stochastic_Failure_Swing@5.0.1
#addin nuget:?package=StockSharp.Strategies.0111_Stochastic_Failure_Swing&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0111_Stochastic_Failure_Swing&version=5.0.1
Stochastic Failure Swing Strategy (C# Version)
The Stochastic Failure Swing monitors the oscillator for a lower high above 80 or a higher low below 20. When the indicator fails to reach a new extreme and then reverses, it often signals a trend shift.
The strategy buys when a higher low forms below 20 and %K crosses back above %D, or sells when a lower high occurs above 80 and %K crosses under.
Trades employ a small percent stop and close when the stochastic crosses back through the prior swing level.
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: Stochastic
- 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.