Add parameters to IBS + RSI strategy documentation

This commit is contained in:
moshferatu 2024-11-25 09:08:33 -08:00
parent e6e3900a9b
commit 3290d9ba8e

View File

@ -12,4 +12,12 @@ The strategy was inspired by the following:
2. If the 21-period RSI is < 45, enter a long trade. 2. If the 21-period RSI is < 45, enter a long trade.
3. Exit the trade when the current day's close is higher than the previous day's close. 3. Exit the trade when the current day's close is higher than the previous day's close.
## Parameters
**RSI Period**: The period used in the RSI calculation. (Default: 21)
**IBS Threshold**: The IBS value below which a long trade can be entered. (Default: 0.25)
**RSI Threshold**: The RSI value below which a long trade can be entered. (Default: 45.0)
--- ---