StockSharp.Strategies.0175_RSI_Supertrend
5.0.2
Prefix Reserved
dotnet add package StockSharp.Strategies.0175_RSI_Supertrend --version 5.0.2
NuGet\Install-Package StockSharp.Strategies.0175_RSI_Supertrend -Version 5.0.2
<PackageReference Include="StockSharp.Strategies.0175_RSI_Supertrend" Version="5.0.2" />
<PackageVersion Include="StockSharp.Strategies.0175_RSI_Supertrend" Version="5.0.2" />
<PackageReference Include="StockSharp.Strategies.0175_RSI_Supertrend" />
paket add StockSharp.Strategies.0175_RSI_Supertrend --version 5.0.2
#r "nuget: StockSharp.Strategies.0175_RSI_Supertrend, 5.0.2"
#:package StockSharp.Strategies.0175_RSI_Supertrend@5.0.2
#addin nuget:?package=StockSharp.Strategies.0175_RSI_Supertrend&version=5.0.2
#tool nuget:?package=StockSharp.Strategies.0175_RSI_Supertrend&version=5.0.2
Rsi Supertrend Strategy (C# Version)
Strategy based on RSI and Supertrend indicators. Enters long when RSI is oversold (< 30) and price is above Supertrend Enters short when RSI is overbought (> 70) and price is below Supertrend
Testing indicates an average annual return of about 112%. It performs best in the forex market.
The RSI oscillator defines momentum extremes while Supertrend points to the prevailing direction. Trades occur when RSI aligns with the Supertrend color.
Works for traders who appreciate a trailing-stop style exit. ATR settings further safeguard the position.
Details
- Entry Criteria:
- Long:
RSI < 30 && Close > Supertrend
- Short:
RSI > 70 && Close < Supertrend
- Long:
- Long/Short: Both
- Exit Criteria: Supertrend change
- Stops: Trailing with Supertrend
- Default Values:
RsiPeriod
= 14SupertrendPeriod
= 10SupertrendMultiplier
= 3.0mCandleType
= TimeSpan.FromMinutes(5).TimeFrame()
- Filters:
- Category: Mean reversion
- Direction: Both
- Indicators: RSI, Supertrend
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Mid-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.
Use tabs for strategy indentation