StockSharp.Strategies.0441_Rsi_Plus_1200
5.0.0
Prefix Reserved
dotnet add package StockSharp.Strategies.0441_Rsi_Plus_1200 --version 5.0.0
NuGet\Install-Package StockSharp.Strategies.0441_Rsi_Plus_1200 -Version 5.0.0
<PackageReference Include="StockSharp.Strategies.0441_Rsi_Plus_1200" Version="5.0.0" />
<PackageVersion Include="StockSharp.Strategies.0441_Rsi_Plus_1200" Version="5.0.0" />
<PackageReference Include="StockSharp.Strategies.0441_Rsi_Plus_1200" />
paket add StockSharp.Strategies.0441_Rsi_Plus_1200 --version 5.0.0
#r "nuget: StockSharp.Strategies.0441_Rsi_Plus_1200, 5.0.0"
#:package StockSharp.Strategies.0441_Rsi_Plus_1200@5.0.0
#addin nuget:?package=StockSharp.Strategies.0441_Rsi_Plus_1200&version=5.0.0
#tool nuget:?package=StockSharp.Strategies.0441_Rsi_Plus_1200&version=5.0.0
RSI + 1200 Strategy (C# Version)
The RSI + 1200 Strategy seeks to capture trend reversals confirmed by relative strength and a higher time frame trend filter. It combines a classic 14‑period Relative Strength Index with an Exponential Moving Average calculated on a 120‑minute multi‑time frame series ("1200" refers to the higher time frame in the original concept). Trading signals are only taken when momentum and the trend filter align.
Backtests on liquid cryptocurrency pairs show that the method performs best in sustained directional markets. Choppy or range‑bound periods can produce false signals, so the strategy includes a small price slack around the EMA and a percentage based stop‑loss to help manage risk.
A long trade is opened when the RSI crosses upward from oversold territory and
price is within one percent above the higher‑time‑frame EMA. The short setup is
the mirrored condition. Positions are closed when the RSI reaches the opposite
extreme, signalling exhaustion of the move. A protective stop is also placed at
stopLossPercent
percent from the entry price.
Details
- Entry Conditions
- Long: RSI crosses above
rsiOversold
and close is ⇐ 1% above EMA. - Short: RSI crosses below
rsiOverbought
and close is >= 1% below EMA.
- Long: RSI crosses above
- Exit Conditions
- Long: RSI rises above
rsiOverbought
. - Short: RSI falls below
rsiOversold
.
- Long: RSI rises above
- Stops: Optional percentage stop‑loss via
stopLossPercent
. - Default Parameters
rsiLength
= 14rsiOverbought
= 72rsiOversold
= 28emaLength
= 150mtfTimeframe
= 120 minutesstopLossPercent
= 0.10 (10%)
- Filters
- Category: Trend following
- Direction: Both
- Indicators: RSI, EMA
- Stops: Yes
- Complexity: Medium
- Timeframe: Intraday / multi‑time frame
- Seasonality: No
- Neural networks: No
- Divergence: No
- Risk level: Moderate
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 | 220 | 8/7/2025 |