From e6e3900a9b7c397ac682ffd0d30093c05404335d Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 25 Nov 2024 09:07:03 -0800 Subject: [PATCH] Add rules to IBS + RSI strategy documentation --- strategies/ibs-rsi/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/strategies/ibs-rsi/README.md b/strategies/ibs-rsi/README.md index 8966d57..68f89f7 100644 --- a/strategies/ibs-rsi/README.md +++ b/strategies/ibs-rsi/README.md @@ -6,4 +6,10 @@ The strategy was inspired by the following: [![IBS + RSI Rules](https://static.moshington.com/images/strategies/ibs-rsi/strategy-rules.png)](https://x.com/QuantifiedStrat/status/1708949863084535856) +## Rules + +1. The asset's (e.g., SPY) IBS must be < 0.25. +2. If the 21-period RSI is < 45, enter a long trade. +3. Exit the trade when the current day's close is higher than the previous day's close. + --- \ No newline at end of file