From 64869861186720e1bf618157d5b7cc6453b63cd5 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 10 Dec 2024 10:47:09 -0800 Subject: [PATCH] Add note regarding R3 strategy to Triple RSI Drop strategy documentation --- strategies/triple-rsi-drop/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strategies/triple-rsi-drop/README.md b/strategies/triple-rsi-drop/README.md index 5e54759..1d0f915 100644 --- a/strategies/triple-rsi-drop/README.md +++ b/strategies/triple-rsi-drop/README.md @@ -4,6 +4,8 @@ This strategy was inspired by the following: [![Triple RSI Drop Rules](https://static.moshington.com/images/strategies/triple-rsi-drop/strategy-rules.png)](https://x.com/QuantifiedStrat/status/1702712880334786783) +It is similar to the [R3 strategy](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/r3) from [*High Probability ETF Trading*](https://moshferatu.dev/moshferatu/high-probability-etf-trading) (2009) by Larry Connors. + ## Rules 1. The asset (e.g., SPY) must be above its 200-day moving average.