Syntax
public BollingerPctBSmoothed(Bars ds, int pctbPeriod, int smoothPeriod, StdDevCalculation sdCalc, string description)
public static BollingerPctBSmoothed Series(Bars ds, int pctbPeriod, int smoothPeriod, StdDevCalculation sdCalc )
Parameter Description
Bars |
The symbol's Bars object |
pctbPeriod |
The period for Bollinger %b |
smoothPeriod |
The smoothing period |
sdCalc |
StdDevCalculation Enum: Population or Sample |
Description
Bollinger %b Smoothed from the May 2010 issue of
Stocks & Commodities magazine.
Calculation
(See open source)
Example
See
Smoothing the Bollinger %b (Vervoot)