RWIHigh

Modified on 2008/04/10 17:32 by Administrator — Categorized as: TASCIndicators

Syntax

public RWIHigh(Bars ds, int minperiod, int maxperiod, string description)
public static RWIHigh Series(Bars ds, int minperiod, int maxperiod)
public static double Value(int bar, Bars ds, int minperiod, int maxperiod)

Parameter Description

Bars The symbol's Bars object
minperiod Minimum period
maxperiod Maximum period

Description

The Random Walk Index High/Low was presented in Technical Analysis of Stocks & Commodities magazine by Michael Poulos (see TASC, January 1992 and September 1992).

Interpretation

Short Term RWI uses minperiod = 2 and maxperiod = 7
Long Term RWI uses minperiod = 8 and maxperiod = 64



Example