Add rules to 5-Period RSI strategy documentation

This commit is contained in:
moshferatu 2025-01-02 09:06:01 -08:00
parent 778f551cd2
commit c82dfa84b2

View File

@ -6,4 +6,9 @@ This strategy was inspired by the following:
Refer also to the [2-Period RSI](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/2-period-rsi) strategy which is closely related to this one.
## Rules
1. Enter a long trade when the 5-Day RSI is < 35.
2. Exit the trade when the current day's close is > the previous day's high.
---