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)