SRSI

Modified on 2015/08/05 12:18 by Eugene — Categorized as: TASCIndicators

Syntax

public SRSI(DataSeries ds, int srsiPeriod, int wmaPeriod, string description): base(ds, description)
public static SRSI Series(DataSeries ds, int srsiPeriod, int wmaPeriod)

Parameter Description

dsDataSeries used to build SRSI
srsiPeriodSRSI Period
wmaPeriodWilderMA Period

Description

SRSI (slow relative strength index) by Vitali Apirine from July 2015 issue issue of Technical Analysis of Stocks & Commodities magazine is a momentum price oscillator that measures change in price movements relative to an exponential moving average (EMA), oscillating between 0 and 100.

Example

Please refer to TASC July 2015 issue, "The Slow Relative Strength Index (Apirine)".