mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add bollinger note
This commit is contained in:
parent
2b3f2e5fa8
commit
3883d18b8a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user