Description
Bollinger Bands contain three lines: a moving average, an upper band and a lower band.
The upper band equals K times a standard deviation above the moving average and the lower band K times a standard deviation below the moving average. The standard deviation uses the same period as the moving average.
HO
hobaho
Joined on 02.08.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: BollingerBands2.algo
- Rating: 5
- Installs: 5932
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
JS
Hi, thanks for the indicator. Would you know how to shade the area between the upper and lower bands?
I saw the Ichimoku Cloud has shading and and tried to see how it was done but could not find it. Here is the example /algos/indicators/show/381.
Cheers
Hello,
Thanks for your time to put this together.
Does anyone know how to make this indicator into multi time frame indicator?
Much appreciated