StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py" />
paket add StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py, 5.0.1"
#:package StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0268_Stochastic_Slope_Breakout.py&version=5.0.1
Stochastic Slope Breakout (Python Version)
The Stochastic Slope Breakout strategy tracks the rate of change of the Stochastic. An unusually steep slope hints that a new trend is forming.
Testing indicates an average annual return of about 91%. It performs best in the stocks market.
Entries occur when slope exceeds its typical level by a multiple of standard deviation, taking trades in the direction of acceleration with a protective stop.
It appeals to active traders eager for early trend exposure. Positions exit when the slope drifts back toward normal readings. Default StochPeriod
= 14.
Details
- Entry Criteria: Indicator exceeds average by deviation multiplier.
- Long/Short: Both directions.
- Exit Criteria: Indicator reverts to average.
- Stops: Yes.
- Default Values:
StochPeriod
= 14KPeriod
= 3DPeriod
= 3LookbackPeriod
= 20DeviationMultiplier
= 2mStopLossPercent
= 2mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: Stochastic
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Short-term
- 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.
fixes
Move indicator setup to OnStarted