SVEZLRBPercB

Modified on 2013/08/01 13:32 by Eugene — Categorized as: TASCIndicators

Syntax

public SVEZLRBPercB(Bars bars, int smooth, int sdPeriod, string description)
public static SVEZLRBPercB Series(Bars bars, int smooth, int sdPeriod)

Parameter Description

barsThe Bars object
smoothSmoothing Period
sdPeriodStdDev 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