diff --git a/strategies/5-period-rsi/README.md b/strategies/5-period-rsi/README.md index 7810787..293a392 100644 --- a/strategies/5-period-rsi/README.md +++ b/strategies/5-period-rsi/README.md @@ -11,4 +11,10 @@ Refer also to the [2-Period RSI](https://moshferatu.dev/moshferatu/ninjatrader/s 1. Enter a long trade when the 5-Day RSI is < 35. 2. Exit the trade when the current day's close is > the previous day's high. +## Parameters + +**RSI Period**: The period to use in the RSI calculation. (Default: 5) + +**Entry Threshold**: The RSI value below which to enter a long trade. (Default: 35) + --- \ No newline at end of file