From c82dfa84b2a8aa3f7f93e798e17a3fd4bd7d9880 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 2 Jan 2025 09:06:01 -0800 Subject: [PATCH] Add rules to 5-Period RSI strategy documentation --- strategies/5-period-rsi/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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