RSI Overbought/Oversold (Python)

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

1.0K 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.1 Install-Package StockSharp.Strategies.0058_RSI_Overbought_Oversold.py -Version 5.0.1
RSI Overbought/Oversold (Python)

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. Positions exit when RSI returns to a neutral zone or the stop-loss is reached.

  • Entry Criteria: RSI below OversoldLevel or above OverboughtLevel.

  • Long/Short: Both directions.

  • Exit Criteria: RSI crosses NeutralLevel or stop.

  • Stops: Yes.

  • Default Values:

  • RsiPeriod = 14

  • OverboughtLevel = 70

  • OversoldLevel = 30

  • NeutralLevel = 50

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

用户评价

登录 以撰写评价

暂无评价