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