RSI Slope Breakout (Python)

The RSI Slope Breakout strategy observes the rate of change of the RSI. An unusually steep slope hints that a new trend is forming. Entries occur when slope exceeds its typical level by a multiple of ...

1,3K Descargas
☆☆☆☆☆ Calificación
0 Reseñas
NuGet 5.0.1 Install-Package StockSharp.Strategies.0267_RSI_Slope_Breakout.py -Version 5.0.1
RSI Slope Breakout (Python)

The RSI Slope Breakout strategy observes the rate of change of the RSI. An unusually steep slope hints that a new trend is forming. Entries occur when slope exceeds its typical level by a multiple of standard deviation, taking trades in the direction of acceleration with a protective stop. It appeals to active traders eager for early trend exposure. Positions exit when the slope drifts back toward normal readings. Default RsiPeriod = 14.

  • Entry Criteria: Indicator exceeds average by deviation multiplier.

  • Long/Short: Both directions.

  • Exit Criteria: Indicator reverts to average.

  • Stops: Yes.

  • Default Values:

  • RsiPeriod = 14

  • LookbackPeriod = 20

  • DeviationMultiplier = 2m

  • StopLossPercent = 2m

  • CandleType = TimeSpan.FromMinutes(5) [*]Filters:

  • Category: Breakout

  • Direction: Both

  • Indicators: RSI

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Short-term

  • Seasonality: No

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

Reseñas de usuarios

Iniciar sesión para escribir una reseña

Aún no hay reseñas