From fc7f046158f460329c005a85d5b61c5053bdfc35 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 25 Nov 2024 09:04:10 -0800 Subject: [PATCH] Add description 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 c2490e1..8966d57 100644 --- a/strategies/ibs-rsi/README.md +++ b/strategies/ibs-rsi/README.md @@ -1,3 +1,9 @@ # IBS + RSI +This is a mean reversion strategy based on the [IBS (Internal Bar Strength)](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/indicators/internal-bar-strength) and RSI (Relative Strength Index) indicators. + +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) + --- \ No newline at end of file