Add entry threshold parameters to ConnorsRSI strategy documentation

This commit is contained in:
moshferatu 2025-01-09 08:16:11 -08:00
parent 506a0fe0a5
commit e6a94d9900

View File

@ -21,6 +21,10 @@ For short trades, the conditions are inverted.
**Percent Rank Period**: The percent rank period used in the ConnorsRSI price magnitude calculation. (Default value: 100) **Percent Rank Period**: The percent rank period used in the ConnorsRSI price magnitude calculation. (Default value: 100)
**Long Entry Threshold**: The ConnorsRSI value below which to enter long trades. (Default: 15)
**Short Entry Threshold**: The ConnorsRSI value above which to enter short trades. (Default: 85)
**Long Term Trend Period**: The simple moving average period used to determine the long term trend. (Default value: 200) **Long Term Trend Period**: The simple moving average period used to determine the long term trend. (Default value: 200)
**Short Term Trend Period**: The simple moving average period used to determine the short term trend. (Default value: 5) **Short Term Trend Period**: The simple moving average period used to determine the short term trend. (Default value: 5)