ninjatrader/strategies/rsi-divergence
2024-08-31 06:15:18 -07:00
..
README.md
RSIDivergenceBot.cs Add RSI period and smoothing properties to RSI divergence strategy 2024-08-31 06:15:18 -07:00
strategy_rules.png

RSI Divergence Bot

This strategy was inspired by the following post on X:

Strategy Rules

Rules

  1. On the hourly SPY chart, enter a long when the RSI is > than it was 5 bars ago but price is lower.
  2. Exit the position when the RSI is > 70.