Syntax
public SVSI(DataSeries ds, int srsiPeriod, int wmaPeriod, string description): base(ds, description)
public static SVSI Series(DataSeries ds, int srsiPeriod, int wmaPeriod)
Parameter Description
ds | DataSeries used to build SVSI |
period | SVSI Period |
wmaPeriod | WilderMA Period |
Description
SVSI (slow relative volume index) by Vitali Apirine from
August 2015 issue issue of Technical Analysis of Stocks & Commodities magazine is a momentum volume oscillator that measures change in buying and selling pressure relative to a price exponential moving average (EMA), oscillating between 0 and 100.
Example
Please refer to
TASC August 2015 issue, "The Slow Relative Volume Index (Apirine)".