diff --git a/indicators/%b/README.md b/indicators/%b/README.md index a630684..34c5007 100644 --- a/indicators/%b/README.md +++ b/indicators/%b/README.md @@ -16,6 +16,20 @@ Example values and positions relative to Bollinger Bands: * **%B > 1**: The price is above the upper band. * **%B < 0**: The price is below the lower band. +## Parameters + +**Period**: The period to use in the Bollinger Bands calculation. (Default: 20) + +**Standard Deviations**: The standard deviation multiplier to use in the Bollinger Bands calculation. (Default: 2.0) + +**Upper Level**: The value of the upper level displayed by the indicator. (Default: 1.0) + +**Lower Level**: The value of the lower level displayed by the indicator. (Default: 0.0) + +**Upper Level Stroke**: The color and width of the upper level. (Default: LimeGreen 3px) + +**Lower Level Stroke**: The color and width of the lower level. (Default: Red 3px) + ## Strategies The [%B strategy](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/%25b) taken from [*High Probability ETF Trading*](https://moshferatu.dev/moshferatu/high-probability-etf-trading) (2009) by Larry Connors is based on this indicator.