From 844069be0e212f8c19486499808637494d8d41ec Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 27 Sep 2024 06:32:18 -0700 Subject: [PATCH] Add plots to %B indicator documentation --- indicators/%b/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indicators/%b/README.md b/indicators/%b/README.md index 34c5007..66c2a1c 100644 --- a/indicators/%b/README.md +++ b/indicators/%b/README.md @@ -30,6 +30,10 @@ 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.