Syntax
public FractalDim(DataSeries ds, int period, int avgPeriod, string description)
public static FractalDim Series(DataSeries ds, int period, int avgPeriod)
Parameter Description
ds |
The source DataSeries |
period |
The fractal period. |
avgPeriod |
The moving average period of the fractal ratio. |
Description
Fractal Dimension from the June 2010 issue of
Stocks & Commodities magazine article,
Fractal Dimension As A Market Mode Sensor by John Ehlers and Rick Way. Compare this version of the Fractal Dimension indicator to the
FractDim constuction.
Example