From 3290d9ba8e8bedf3050a881e0805a3df04b8f722 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 25 Nov 2024 09:08:33 -0800 Subject: [PATCH] Add parameters to IBS + RSI strategy documentation --- strategies/ibs-rsi/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/strategies/ibs-rsi/README.md b/strategies/ibs-rsi/README.md index 68f89f7..65b926c 100644 --- a/strategies/ibs-rsi/README.md +++ b/strategies/ibs-rsi/README.md @@ -12,4 +12,12 @@ The strategy was inspired by the following: 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. +## 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) + --- \ No newline at end of file