Document the ConnorsRSI indicator parameters

This commit is contained in:
moshferatu 2024-08-29 05:13:55 -07:00
parent 37a3a28923
commit 7935b53bd3

View File

@ -32,4 +32,14 @@ The only additional parameters introduced in this implementation are for smoothi
![ConnorsRSI Parameters](./connors_rsi_parameters.png)
**RSI Period**: The period used in the first component RSI calculation. (Default: 3)
**RSI Smoothing** The smoothing period used in the first component RSI calculation. (Default: 1)
**Streak RSI Period**: The period used in the second component RSI calculation. (Default 2)
**Streak RSI Smoothing**: The smoothing period used in the second component RSI calculation. (Default: 1)
**Percent Rank Period**: The period over which to rank prices in the percent rank calculation. (Default: 100)
---