diff --git a/strategies/5-period-rsi/README.md b/strategies/5-period-rsi/README.md index 387eec0..7810787 100644 --- a/strategies/5-period-rsi/README.md +++ b/strategies/5-period-rsi/README.md @@ -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. + --- \ No newline at end of file