From 8d7c242a1286e6dc46f90d38821b93694cfe3cdd Mon Sep 17 00:00:00 2001 From: moshferatu Date: Sun, 17 Nov 2024 01:01:53 -0800 Subject: [PATCH] Add parameters to Trading New Highs strategy documentation --- strategies/trading-new-highs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/strategies/trading-new-highs/README.md b/strategies/trading-new-highs/README.md index 3e31a71..f610e65 100644 --- a/strategies/trading-new-highs/README.md +++ b/strategies/trading-new-highs/README.md @@ -8,4 +8,12 @@ This strategy was taken from chapter 7 of [*Buy the Fear, Sell the Greed*](https 2. If the value of the [ConnorsRSI indicator](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/indicators/connors-rsi) is < 15, enter a long trade. 3. Exit the trade when the value of the ConnorsRSI is > 70. +## Parameters + +**Max Days Since High**: The maximum number of days since a 52-week high has been made. (Default: 20) + +**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) + --- \ No newline at end of file