Document the ConnorsRSI indicator parameters
This commit is contained in:
parent
37a3a28923
commit
7935b53bd3
@ -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)
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user