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)