From 975bee7b6c8797da399f04e460462948ec7ab949 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 8 Jan 2025 13:28:00 -0800 Subject: [PATCH] Add plots to ConnorsRSI indicator documentation --- indicators/connors-rsi/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/indicators/connors-rsi/README.md b/indicators/connors-rsi/README.md index a8cd723..558ad40 100644 --- a/indicators/connors-rsi/README.md +++ b/indicators/connors-rsi/README.md @@ -28,6 +28,14 @@ The third and final component is a percent rank computed on the Close price. **Percent Rank Period**: The period over which to rank prices in the percent rank calculation. (Default: 100) +## Plots + +**ConnorsRSI**: The calculated ConnorsRSI values. (Default: Yellow 3px Line) + +**Upper Level**: The upper level displayed in the indicator. (Default: Red 3px Line @ 75.0) + +**Lower Level**: The lower level displayed in the indicator. (Default: Lime Green 3px Line @ 25.0) + ## Screenshots ![ConnorsRSI](https://static.moshington.com/images/indicators/connors-rsi/connors-rsi.png)