SVSI

Modified on 2015/06/29 11:55 by Eugene — Categorized as: TASCIndicators

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

dsDataSeries used to build SVSI
periodSVSI Period
wmaPeriodWilderMA 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)".