From 4e20777d937ce37a287ea2408af271f99a360184 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:34:55 -0800 Subject: [PATCH] Add link to Percent Rank indicator in ConnorsRSI indicator documentation --- indicators/connors-rsi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicators/connors-rsi/README.md b/indicators/connors-rsi/README.md index 558ad40..9677dc8 100644 --- a/indicators/connors-rsi/README.md +++ b/indicators/connors-rsi/README.md @@ -18,7 +18,7 @@ Any time the price goes from decreasing to increasing (or vice versa), the strea If there is no change in price, the streak is set to 0. -The third and final component is a percent rank computed on the Close price. +The third and final component is a [percent rank](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/indicators/percent-rank) computed on the Close price. ## Parameters