RSI Overbought/Oversold (C#)
RSI Overbought/Oversold This system trades reversals using the Relative Strength Index. When RSI drops below the oversold level, it buys after closing any shorts. When RSI climbs above the overbought ...
1.6K
Downloads
☆☆☆☆☆
Rating
0
Reviews
NuGet 5.0.2
Install-Package StockSharp.Strategies.0058_RSI_Overbought_Oversold -Version 5.0.2
RSI Overbought/Oversold
This system trades reversals using the Relative Strength Index. When RSI drops below the oversold level, it buys after closing any shorts. When RSI climbs above the overbought level, it sells after closing longs.
Testing indicates an average annual return of about 61%. It performs best in the crypto market.
Positions exit when RSI returns to a neutral zone or the stop-loss is reached.
Details
- Entry Criteria: RSI below
OversoldLevelor aboveOverboughtLevel. - Long/Short: Both directions.
- Exit Criteria: RSI crosses
NeutralLevelor stop. - Stops: Yes.
- Default Values:
RsiPeriod= 14OverboughtLevel= 70OversoldLevel= 30NeutralLevel= 50CandleType= TimeSpan.FromMinutes(5)StopLossPercent= 2.0m
- Filters:
- Category: Oscillator
- Direction: Both
- Indicators: RSI
- Stops: Yes
- Complexity: Basic
- Timeframe: Intraday
- Seasonality: No
- Neural Networks: No
- Divergence: Yes
- Risk Level: Medium