Add level properties to plot section of %B indicator documentation

This commit is contained in:
moshferatu 2024-09-27 06:33:14 -07:00
parent 844069be0e
commit cad05a8575

View File

@ -22,6 +22,10 @@ Example values and positions relative to Bollinger Bands:
**Standard Deviations**: The standard deviation multiplier to use in the Bollinger Bands calculation. (Default: 2.0)
## Plots
**%B**: The value of price relative to the position of the Bollinger Bands. (Default: Yellow Solid Line 2px)
**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)
@ -30,10 +34,6 @@ Example values and positions relative to Bollinger Bands:
**Lower Level Stroke**: The color and width of the lower level. (Default: Red 3px)
## Plots
**%B**: The value of price relative to the position of the Bollinger Bands. (Default: Yellow Solid Line 2px)
## 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.