Syntax
public CyberCycle(DataSeries ds, double alpha, string description)
public static CyberCycle Series(DataSeries ds, double alpha)
Parameter Description
Source |
Source DataSeries |
Alpha |
A constant; a small value such as 0.1 is recommended.
|
Description
CyberCycle Indicator from the May 2004 issue of
Stocks & Commodities magazine.
Notes:
- Allow a good number of bars to stabilize (more than 50).
- Use an Alpha sufficiently small (~0.10) to drive the CyberCycle's amplitude swings sufficiently so that the InverseFisher transform (indicator) can provide good signals.
Example