Add parameters to %B indicator documentation

This commit is contained in:
moshferatu 2024-09-27 06:29:56 -07:00
parent e57e1e3069
commit 37ee8f0364

View File

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