From e6a94d990043631325e43270d09cd81b7714443c Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:16:11 -0800 Subject: [PATCH] Add entry threshold parameters to ConnorsRSI strategy documentation --- strategies/connors-rsi/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strategies/connors-rsi/README.md b/strategies/connors-rsi/README.md index 58e92bd..e9f1774 100644 --- a/strategies/connors-rsi/README.md +++ b/strategies/connors-rsi/README.md @@ -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) +**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) **Short Term Trend Period**: The simple moving average period used to determine the short term trend. (Default value: 5)