diff --git a/indicators/connors-rsi/README.md b/indicators/connors-rsi/README.md index 3320b7a..a8cd723 100644 --- a/indicators/connors-rsi/README.md +++ b/indicators/connors-rsi/README.md @@ -1,9 +1,5 @@ # ConnorsRSI Indicator -![ConnorsRSI](./connors_rsi.png) - -## Overview - This is an implementation of the ConnorsRSI indicator developed by Larry Connors. It is based on a description of the indicator in his book [*Buy the Fear, Sell the Greed*](https://moshferatu.dev/moshferatu/buy-the-fear-sell-the-greed) (2018). @@ -26,14 +22,16 @@ The third and final component is a percent rank computed on the Close price. ## Parameters -![ConnorsRSI Parameters](./connors_rsi_parameters.png) - **RSI Period**: The period used in the first component RSI calculation. (Default: 3) **Streak RSI Period**: The period used in the second component RSI calculation. (Default 2) **Percent Rank Period**: The period over which to rank prices in the percent rank calculation. (Default: 100) +## Screenshots + +![ConnorsRSI](https://static.moshington.com/images/indicators/connors-rsi/connors-rsi.png) + ## Strategies The [ConnorsRSI Bot](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/connors-rsi) utilizes this indicator to enter swing trades. diff --git a/indicators/connors-rsi/connors_rsi.png b/indicators/connors-rsi/connors_rsi.png deleted file mode 100644 index 14b7dea..0000000 Binary files a/indicators/connors-rsi/connors_rsi.png and /dev/null differ diff --git a/indicators/connors-rsi/connors_rsi_parameters.png b/indicators/connors-rsi/connors_rsi_parameters.png deleted file mode 100644 index 9c37bb6..0000000 Binary files a/indicators/connors-rsi/connors_rsi_parameters.png and /dev/null differ