SuperPassband

Modified on 2016/06/03 12:35 by Eugene — Categorized as: TASCIndicators

Syntax

public SuperPassband(DataSeries ds, int period1, int period2, string description) : base(ds, description) 

Parameter Description

dsSource DataSeries
Period1First period
Period2Second period



Description

The Super Passband oscillator is a nearly zero-lag filter by John Ehlers. It was featured in the July 2016 issue of Stocks & Commodities magazine.



Calculation

See open source.



Example

For a trading system employing the SPB filter, check out the associated Traders' Tip: The Super Passband Filter (Ehlers).