Add parameters to 5-Period RSI strategy documentation

This commit is contained in:
moshferatu 2025-01-02 09:07:36 -08:00
parent c82dfa84b2
commit 7a757b7708

View File

@ -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)
---