Add rules to Triple RSI Drop strategy documentation

This commit is contained in:
moshferatu 2024-12-10 10:34:47 -08:00
parent 053d60349c
commit 59433beb36

View File

@ -4,4 +4,12 @@ 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)
## Rules
1. The asset (e.g., SPY) must be above its 200-day moving average.
2. The 5-period RSI must have been below 60 3 days ago.
3. The 5-period RSI has dropped for 3 days in a row.
4. If the 5-period RSI closes below 30, enter a long trade.
4. Exit the trade when the 5-period RSI closes above 50.
---