The Bollinger Bands consist of three lines: * CentreLine = EMA (n) * UpperBand = CentreLine + 2 * StdDev * LowerBand = CentreLine - 2 * StdDev