StockSharp.Strategies.0444_Stoch_Rsi_Supertrend 5.0.0

Prefix Reserved
dotnet add package StockSharp.Strategies.0444_Stoch_Rsi_Supertrend --version 5.0.0
                    
NuGet\Install-Package StockSharp.Strategies.0444_Stoch_Rsi_Supertrend -Version 5.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Strategies.0444_Stoch_Rsi_Supertrend" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Strategies.0444_Stoch_Rsi_Supertrend" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Strategies.0444_Stoch_Rsi_Supertrend" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Strategies.0444_Stoch_Rsi_Supertrend --version 5.0.0
                    
#r "nuget: StockSharp.Strategies.0444_Stoch_Rsi_Supertrend, 5.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Strategies.0444_Stoch_Rsi_Supertrend@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Strategies.0444_Stoch_Rsi_Supertrend&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Strategies.0444_Stoch_Rsi_Supertrend&version=5.0.0
                    
Install as a Cake Tool

Stochastic RSI SuperTrend Strategy (C# Version)

This system blends the fast oscillations of the Stochastic RSI with a trend filter and a simplified SuperTrend model. The oscillator highlights short term momentum extremes, while the moving average and ATR bands define the dominant trend. Trades are opened only when the %K line crosses %D inside the relevant zone and the broader trend is aligned, reducing whipsaws during sideways conditions.

The default configuration focuses on long trades but can optionally enable short entries. The strategy is designed for intraday to swing time frames where Stochastic RSI signals appear frequently and the ATR based bands provide a volatility‑adaptive bias. Exits occur on opposite crossovers, allowing the market to run until momentum fades.

Details

  • Entry Criteria:
    • Long: close above trend MA, %K < 20, %K crosses above %D, SuperTrend shows uptrend.
    • Short: close below trend MA, %K > 80, %K crosses below %D, SuperTrend shows downtrend.
  • Long/Short: Long by default, optional short.
  • Exit Criteria:
    • Long: %K > 80 and crosses below %D.
    • Short: %K < 20 and crosses above %D.
  • Stops: None by default; can be added externally.
  • Default Values:
    • RSI period = 14, Stochastic length = 14.
    • MA type = EMA, MA length = 100.
    • ATR period = 10, ATR factor = 3.0.
  • Filters:
    • Category: Momentum + Trend
    • Direction: Primarily long
    • Indicators: RSI, ATR, Moving Average
    • Stops: No
    • Complexity: Moderate
    • Timeframe: Short/medium
    • Seasonality: No
    • Neural networks: No
    • Divergence: No
    • Risk level: Medium
There are no supported framework assets in this package.

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.

Version Downloads Last Updated
5.0.0 736 8/7/2025