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
ds | DataSeries used to build SRSI |
srsiPeriod | SRSI Period |
wmaPeriod | WilderMA 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)".