From 3883d18b8acd80fd541ffb2a69b9a1136d7341ec Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Jan 2020 12:59:17 +0100 Subject: [PATCH] Add bollinger note --- docs/plotting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plotting.md b/docs/plotting.md index 5b5199821..dade97968 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -137,6 +137,9 @@ The resulting plot will have the following elements: * Indicators with different scales (e.g. MACD, RSI) below the volume bars, as specified via `--indicators2`. * Volume (bar chart at the bottom of the main chart) +!!! Note "Bollinger Bands" + Bollinger bands are automatically added to the plot if the columns `bb_lowerband` and `bb_upperband` exist, and are painted as a light blue Area spanning from the lower band to the upper band. + #### Advanced Plot configuration An advanced plot-configuration can be specified in the strategy.