Syntax
public SVEZLRBPercB(Bars bars, int smooth, int sdPeriod, string description)
public static SVEZLRBPercB Series(Bars bars, int smooth, int sdPeriod)
Parameter Description
bars | The Bars object |
smooth | Smoothing Period |
sdPeriod | StdDev Period |
Description
Sylvain Vervoort's SVEZLRBPercB indicator from
September 2013 issue of Stocks & Commodities magazine is a Smoothed zero-lagging Percent b indicator on rainbow price series.
Example
None