RevEngRSI

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

Syntax

public RevEngRSI(DataSeries ds, int period, double RSIVal, string description)
public static RevEngRSI Series(DataSeries ds, int period, double RSIVal)

Parameter Description

ds Source Series
period RSI period
RSIVal The target RSI value is a number between 0 and 100, inclusive (see Description)

Description

From the article Reverse Engineering the RSI in the June 2003 issue of Stocks & Commodities magazine. The RevEngRSI indicator returns the price value required for the RSI to move to the specified value, RSIVal, on the following bar.

Example