StockSharp.Strategies.0132_Bollinger_Stochastic
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0132_Bollinger_Stochastic --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0132_Bollinger_Stochastic -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0132_Bollinger_Stochastic" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0132_Bollinger_Stochastic" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0132_Bollinger_Stochastic" />
paket add StockSharp.Strategies.0132_Bollinger_Stochastic --version 5.0.1
#r "nuget: StockSharp.Strategies.0132_Bollinger_Stochastic, 5.0.1"
#:package StockSharp.Strategies.0132_Bollinger_Stochastic@5.0.1
#addin nuget:?package=StockSharp.Strategies.0132_Bollinger_Stochastic&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0132_Bollinger_Stochastic&version=5.0.1
Bollinger Stochastic Strategy (C# Version)
Bollinger Stochastic pairs Bollinger Bands with the stochastic oscillator to identify overextended moves. Price touching the outer band while the oscillator is in an extreme zone suggests a possible snap back.
The system fades those extremes, going long when price hits the lower band with stochastic oversold, and shorting the upper band with stochastic overbought.
A percent-based stop limits risk if the mean reversion fails to occur.
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: Mean reversion
- Direction: Both
- Indicators: Bollinger Bands, 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.