Syntax
public SVERBStochK(Bars bars, int periodK, int smoothK, string description)
public static SVERBStochK Series(Bars bars, int periodK, int smoothK)
Parameter Description
bars | The Bars object |
periodK | StochK Period |
smoothK | Smoothing 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