Cutler's RSI

Modified on 2013/05/09 10:26 by Eugene — Categorized as: Community Indicators

Syntax

public CutlersRSI(DataSeries ds, int period, string description)
public static CutlersRSI Series(WealthLab.DataSeries ds, int period)

Parameter Description

dsThe source DataSeries
periodIndicator calculation period
periodSmoothPeriod 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

Cutler's RSI formula


Example

No example will be provided.