Rsi Supertrend Strategy (C#)

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 The RSI ...

1,5K Downloads
☆☆☆☆☆ Bewertung
0 Bewertungen
NuGet 5.0.2 Install-Package StockSharp.Strategies.0175_RSI_Supertrend -Version 5.0.2
Rsi Supertrend Strategy (C#)

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 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.

  • Entry Criteria:

  • Long: RSI < 30 && Close > Supertrend

  • Short: RSI > 70 && Close < Supertrend []Long/Short: Both []Exit Criteria: Supertrend change []Stops: Trailing with Supertrend []Default Values:

  • RsiPeriod = 14

  • SupertrendPeriod = 10

  • SupertrendMultiplier = 3.0m

  • CandleType = 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

Nutzerbewertungen

Anmelden um eine Bewertung zu schreiben

Noch keine Bewertungen