(function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('105-GAR-921'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.defer = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })();(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1422437,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.defer=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');

Bollinger Band

Bollinger Bands, created by John Bollinger, consist of three lines: the middle line is a simple moving average (usually over 20 periods), and the upper and lower bands are typically two standard deviations away from this moving average. As volatility changes, these bands expand and contract allowing traders to analyze trends and volatility.

Bollinger Band usage

Traders can quickly identify overbought or oversold conditions with Bollinger Bands. When the price touches or exceeds the upper band, it may signal that the asset is overbought, and a reversal or pullback might be near. Conversely, when the price touches or falls below the lower band, it may indicate that the asset is oversold, and a rebound could be imminent. Also, when the bands narrow, volatility might increase shortly and decrease when the bands are wide.

Back to Dictionary