From cad05a8575ba9d81395821a2465fe5e07a530e4e Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 27 Sep 2024 06:33:14 -0700 Subject: [PATCH] Add level properties to plot section of %B indicator documentation --- indicators/%b/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indicators/%b/README.md b/indicators/%b/README.md index 66c2a1c..86c4ec4 100644 --- a/indicators/%b/README.md +++ b/indicators/%b/README.md @@ -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.