Stochastic RSI Cross (C#)
Stochastic RSI Cross Strategy based on Stochastic RSI crossover Testing indicates an average annual return of about 112%. It performs best in the forex market. Stochastic RSI Cross watches the %K and ...
Install-Package StockSharp.Strategies.0025_Stochastic_RSI_Cross -Version 5.0.2
Stochastic RSI Cross
Strategy based on Stochastic RSI crossover
Testing indicates an average annual return of about 112%. It performs best in the forex market.
Stochastic RSI Cross watches the %K and %D lines of StochRSI. Bullish crosses near oversold levels trigger buys, bearish crosses near overbought trigger sells, and opposite crosses exit.
Because StochRSI oscillates quickly, signals can be frequent. Many traders require the cross to happen near an extreme to filter out noise.
Details
- Entry Criteria: Signals based on RSI, Stochastic.
- Long/Short: Both directions.
- Exit Criteria: Opposite signal or stop.
- Stops: Yes.
- Default Values:
RsiPeriod= 14StochPeriod= 14KPeriod= 3DPeriod= 3StopLossPercent= 2mCandleType= TimeSpan.FromMinutes(5)
- Filters:
- Category: Trend
- Direction: Both
- Indicators: RSI, Stochastic
- Stops: Yes
- Complexity: Basic
- Timeframe: Intraday (5m)
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium