Syntax
public CutlersRSI(DataSeries ds, int period, string description)
public static CutlersRSI Series(WealthLab.DataSeries ds, int period)
Parameter Description
ds | The source DataSeries |
period | Indicator calculation period |
periodSmooth | Period for smoothing |
Description
Cutler's RSI is a RSI variation based on a simple moving average instead of the exponential average in Wilder's original formula. Consequently, Cutler's RSI is not data length dependent, and returns consistent results regardless of the length of, or the starting point/
Interpretation
Please refer to
RSI.
Calculation
Cutler's RSI formula |
Example
No example will be provided.