SVERBStochK

Modified on 2013/08/01 13:32 by Eugene — Categorized as: TASCIndicators

Syntax

public SVERBStochK(Bars bars, int periodK, int smoothK, string description)
public static SVERBStochK Series(Bars bars, int periodK, int smoothK)

Parameter Description

barsThe Bars object
periodKStochK Period
smoothKSmoothing K Period

Description

Sylvain Vervoort's SVERBStochK indicator from September 2013 issue of Stocks & Commodities magazine is a Stochastic K oscillator using the Rainbow data series.

Example

None