

Bollinger Bands are a technical analysis tool used to measure volatility and identify potential trading opportunities. They consist of three lines plotted on a price chart:
- Middle Band: A simple moving average (SMA) over a specified period, typically 20 days.
- Upper Band: Calculated by adding two standard deviations to the SMA.
- Lower Band: Calculated by subtracting two standard deviations from the SMA.
Here's an example to illustrate how Bollinger Bands work:
Example:
Suppose we have a stock with the following price data over a 20-day period:
Date | Closing Price |
---|---|
1 | 50 |
2 | 52 |
3 | 55 |
4 | 58 |
5 | 60 |
... | ... |
20 | 70 |
Using these prices, we can calculate the following:
- SMA (Middle Band): The simple moving average of the closing prices over the 20-day period. Let's say the SMA is 53.
- Standard Deviation: The standard deviation of the closing prices over the 20-day period. For this example, let's assume it's 4.
- Upper Band: 53 + 2 * 4 = 61
- Lower Band: 53 - 2 * 4 = 45
Plotting these values on a chart, we get:
Date | Closing Price | SMA (Middle Band) | Upper Band | Lower Band |
---|---|---|---|---|
1 | 50 | 53 | 61 | 45 |
2 | 52 | 53 | 61 | 45 |
3 | 55 | 53 | 61 | 45 |
4 | 58 | 53 | 61 | 45 |
5 | 60 | 53 | 61 | 45 |
... | ... | ... | ... | ... |
20 | 70 | 53 | 61 | 45 |
As we can see:
- When the price is between 45 and 61, the bands are not indicating any overbought or oversold conditions.
- When the price moves outside the bands, it can signal potential trading opportunities:
- A price above 61 might indicate an overbought condition, suggesting a potential price correction.
- A price below 45 might indicate an oversold condition, suggesting a potential price rebound.
By analyzing the relationship between the price and the Bollinger Bands, traders can gain insights into market volatility and potential trend reversals.
Remember, Bollinger Bands are a dynamic tool that adjusts to changing market conditions. They are most effective when used in conjunction with other technical analysis indicators and trading strategies.
