ninjatrader/strategies/rsi-divergence/README.md

12 lines
278 B
Markdown
Raw Normal View History

# RSI Divergence Bot
This strategy was inspired by the following post on X:
![Strategy Rules](./strategy_rules.png)
## 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.
---