From 3c2852a8d7732a5eb2451e0ac6d943311d09111e Mon Sep 17 00:00:00 2001 From: moshferatu Date: Sat, 16 Nov 2024 06:56:03 -0800 Subject: [PATCH] Add parameters to Internal Bar Strength Band strategy documentation --- strategies/internal-bar-strength-band/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/strategies/internal-bar-strength-band/README.md b/strategies/internal-bar-strength-band/README.md index c6a104e..4ccca14 100644 --- a/strategies/internal-bar-strength-band/README.md +++ b/strategies/internal-bar-strength-band/README.md @@ -11,4 +11,16 @@ This strategy is based on the [Internal Bar Strength (IBS) indicator](https://mo 5. When the asset closes under the lower band from #3 and the IBS is < 0.3, enter a long trade. 6. Exit the trade when the close is higher than the previous day's high. +## Parameters + +**Lower Band Multiplier**: The multiplier to use when calculating the lower band below which trades can be entered. (Default: 2.5) + +**IBS Entry Threshold**: The IBS value below which a long trade can be entered. (Default: 0.3) + +**Rolling High Period**: The period used when calculating the rolling high. (Default: 10) + +**High Minus Low Period**: The period to use when calculating the rolling mean of the High - Low. (Default: 25) + +**Long-Term Trend Period**: The period of the long-term trend as measured using a simple moving average. (Default: 200) + --- \ No newline at end of file