From a1c650d08d4a18d5d7dbb62192ea626350fe41d6 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 11 Sep 2024 06:52:08 -0700 Subject: [PATCH] Add mention of Cumulative RSI indicator to Cumulative RSI strategy documentation --- strategies/cumulative-rsi/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strategies/cumulative-rsi/README.md b/strategies/cumulative-rsi/README.md index a343732..c10c4a1 100644 --- a/strategies/cumulative-rsi/README.md +++ b/strategies/cumulative-rsi/README.md @@ -2,4 +2,6 @@ This strategy was taken from chapter 9 of [*Short Term Trading Strategies That Work*](https://moshferatu.dev/moshferatu/short-term-trading-strategies-that-work) (2008) by Larry Connors. +It is based on the [Cumulative RSI indicator](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/indicators/cumulative-rsi) described in the book. + --- \ No newline at end of file