- Home
- /
- Finance
- /
- Investing and Growth
- /
- Bollinger Bands Calculator
Bollinger Bands Calculator
Calculate Bollinger Bands for trading analysis with our interactive and accessible online tool.
Inputs
How to Use This Calculator
Paste or type your historical closing prices separated by commas. Set the lookback period and the multiplier you prefer for the standard deviation band. Hit Calculate or wait for the inputs to settle after editing; results refresh automatically without producing NaN or Infinity.
Methodology
The calculator finds the simple moving average (SMA) over the selected period, computes the standard deviation of those same closing prices, and then plots the upper and lower bands by adding and subtracting the multiplier times the standard deviation from the SMA. That gives you a volatility envelope aligned with how technical analysts expect Bollinger Bands to behave.
- Middle band equals the SMA of the latest data points.
- Upper and lower bands stretch equally above and below the SMA according to the std dev multiplier.
- All input parsing is deterministic so that the calculator never surfaces NaN or Infinity.
Full original guide (expanded)
Data Source and Methodology
All calculations are based on the widely accepted Bollinger Bands formula. For more details on the application of Bollinger Bands, please visit iForex Education Center. All calculations adhere strictly to the methodologies outlined therein.
The Formula Explained
Bollinger Bands: Middle Band = SMA(N), Upper Band = SMA(N) + (K × StdDev), Lower Band = SMA(N) − (K × StdDev)
Glossary of Variables
- Closing Prices: The end-of-day prices for a given period.
- Period: Number of days over which to calculate the moving average.
- Standard Deviation Multiplier: The multiplier applied to the standard deviation to calculate the bands.
Frequently Asked Questions (FAQ)
How are Bollinger Bands calculated?
Bollinger Bands are calculated using a simple moving average and the standard deviation of the asset's price over a specified period.
What do Bollinger Bands indicate?
They indicate market volatility and can signal potential overbought or oversold conditions.