From cf67dae5f66e9c68d7d5735e1bb68dd1ce472235 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:44:52 -0800 Subject: [PATCH] Add ConnorsRSI parameters to Trading New Highs strategy documentation --- strategies/trading-new-highs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/strategies/trading-new-highs/README.md b/strategies/trading-new-highs/README.md index 9084a9e..b953ee3 100644 --- a/strategies/trading-new-highs/README.md +++ b/strategies/trading-new-highs/README.md @@ -12,6 +12,12 @@ This strategy was taken from chapter 7 of [*Buy the Fear, Sell the Greed*](https **Max Days Since High**: The maximum number of days since a 52-week high has been made. (Default: 20) +**RSI Period**: The period to use in the ConnorsRSI RSI calculation. (Default: 3) + +**Streak RSI Period**: The period to use in the ConnorsRSI streak RSI calculation. (Default: 2) + +**Percent Rank Period**: The period to use in the percent rank portion of the ConnorsRSI calcuation. (Default: 100) + **ConnorsRSI Entry Threshold**: The value of the ConnorsRSI below which to enter a trade. (Default: 15) **ConnorsRSI Exot Threshold**: The value of the ConnorsRSI above which to exit a trade. (Default: 70)