WideBot
English
English
  • Welcome to WideBot Wiki
  • About
    • What's new?
    • Supported Exchanges
  • How to work with bot
    • How to change profile information and to add API keys and secrets
    • How to create a new bot
    • How to use any bot
    • What is an arbitrage bot
    • Bot Parameters
      • Exchange
      • Candle Size
      • Pair
      • Simultaneous Trades
    • Transaction
      • Closed Orders
      • Closed Transactions
    • What is a depth chart
    • How to use trading view chart
    • What is backtesting
    • What is warm up period
  • Strategies & Indicators
    • Strategies
      • MAcrossover
      • MAgoldenCross
      • MACDgoldencross
      • RSIsignals
      • MACDandRSI
      • RSIandMACross
      • StochSignal
      • Stochcrossover
      • MACDandStoch
      • StoCrossSignal
      • Bollinger Band
    • Indicators
      • Moving Average(MA)
      • RSI
      • MACD
      • Stochastic
      • Bollinger Band
Powered by GitBook
On this page

Was this helpful?

  1. Strategies & Indicators
  2. Strategies

Bollinger Band

This strategy uses the Bollinger band to assess oversold and overbought signal

PreviousStoCrossSignalNextIndicators

Last updated 4 years ago

Was this helpful?

Bollinger Bands® is composed of three lines. One of the more common calculations uses a 20-day for the middle band. The upper band is calculated by taking the middle band and adding twice the daily standard deviation to that amount. The lower band is calculated by taking the middle band minus two times the daily standard deviation.

The Bollinger Band® formula consists of the following: BOLU=MA(TP,n)+m∗σ[TP,n]BOLU=MA(TP,n)+m∗σ[TP,n]BOLU=MA(TP,n)+m∗σ[TP,n] BOLD=MA(TP,n)−m∗σ[TP,n]BOLD=MA(TP,n)−m∗σ[TP,n]BOLD=MA(TP,n)−m∗σ[TP,n] where: BOLU=Upper Bollinger BandBOLU=Upper\ Bollinger\ BandBOLU=Upper Bollinger Band BOLD=Lower Bollinger BandBOLD=Lower\ Bollinger\ BandBOLD=Lower Bollinger Band MA=Moving averageMA=Moving\ averageMA=Moving average TP(typical price)=(High+Low+Close)÷3TP (typical\ price)=(High+Low+Close)÷3TP(typical price)=(High+Low+Close)÷3 n=Number of days in smoothing periodn=Number\ of\ days\ in\ smoothing\ periodn=Number of days in smoothing period m=Number of standard deviationsm=Number\ of\ standard\ deviationsm=Number of standard deviations σ[TP,n]=Standard Deviation over last n periods of TPσ[TP,n]=Standard\ Deviation\ over\ last\ n\ periods\ of\ TPσ[TP,n]=Standard Deviation over last n periods of TP

Overbought and Oversold Strategy A common approach when using Bollinger Bands® is to identify overbought or oversold market conditions. When the price of the asset breaks below the lower band of the Bollinger Bands®, prices have perhaps fallen too much and are due to bounce. On the other hand, when price breaks above the upper band, the market is perhaps overbought and due for a pullback.

simple moving average (SMA)