Syntax
public SuperPassband(DataSeries ds, int period1, int period2, string description) : base(ds, description)
Parameter Description
ds | Source DataSeries |
Period1 | First period |
Period2 | Second 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).