Update ConnorsRSI indicator screenshots in documentation

This commit is contained in:
moshferatu 2025-01-08 13:19:37 -08:00
parent b76e43d3d9
commit 9b241779a5
3 changed files with 4 additions and 6 deletions

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB