.. | ||
R3Bot.cs | ||
README.md |
R3
This strategy was taken from chapter 4 of High Probability ETF Trading (2009) by Larry Connors.
Rules
Long
- The ETF (e.g., SPY) is above its 200-day moving average.
- The 2-period RSI drops 3 days in a row and the first day's drop is < 60.
- If the 2-period RSI closes < 10, enter a long trade.
- (Optional Aggressive Version) Enter a second long if price closes lower than the initial entry price at any point during the first trade.
- Exit the trade when the 2-period RSI closes > 70.
Short
- The ETF (e.g., SPY) is below its 200-day moving average.
- The 2-period RSI rises 3 days in a row and the first day's rise is > 40.
- If the 2-period RSI closes > 90, enter a short trade.
- (Optional Aggressive Version) Enter a second short if price closes higher than the initial entry price at any point during the first trade.
- Exit the trade when the 2-period RSI closes < 30.