StockSharp.Strategies.0135_Ichimoku_RSI
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0135_Ichimoku_RSI --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0135_Ichimoku_RSI -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0135_Ichimoku_RSI" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0135_Ichimoku_RSI" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0135_Ichimoku_RSI" />
paket add StockSharp.Strategies.0135_Ichimoku_RSI --version 5.0.1
#r "nuget: StockSharp.Strategies.0135_Ichimoku_RSI, 5.0.1"
#:package StockSharp.Strategies.0135_Ichimoku_RSI@5.0.1
#addin nuget:?package=StockSharp.Strategies.0135_Ichimoku_RSI&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0135_Ichimoku_RSI&version=5.0.1
Ichimoku RSI Strategy (C# Version)
Ichimoku RSI uses Ichimoku cloud levels to define trend direction while RSI pinpoints short-term pullbacks. Trades align with the cloud, entering when RSI recovers from oversold in an uptrend or falls from overbought in a downtrend.
By combining a broad trend filter with a momentum oscillator, the strategy aims to join strong moves after brief pauses.
Stops are placed beyond the cloud boundary to protect against deeper corrections.
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: Trend following
- Direction: Both
- Indicators: Ichimoku, RSI
- 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.