Relative Volume

Modified on 2014/02/27 10:24 by Eugene — Categorized as: TASCIndicators

Syntax

public RelVol(Bars bars, int period, string description)
public static RelVol Series(Bars bars, int period)

Parameter Description

barsA symbol's Bars object
periodLookback period

Description

Created by Melvin Dickover (see article in April 2014 issue of Stocks and Commodities Magazine), Relative Volume is an auxiliary indicator that finds spikes of volume above a predefined number of standard deviations of the average volume of the lookback period.

Example

Please refer to TASC April 2014 issue, "Evidence-Based Support & Resistance (Dickover)".