Syntax
public SVEStochRSI(DataSeries ds, int rsiPeriod, int stochPeriod, int smaPeriod, string description)
public static SVEStochRSI Series(DataSeries ds, int rsiPeriod, int stochPeriod, int smaPeriod)
Parameter Description
ds | DataSeries |
rsiPeriod | RSI lookback period |
stochPeriod | Stochastic lookback period |
smaPeriod | Stochastic SMA Smoothing period |
Description
The SVEStochRSI indicator is featured in a Sylvain Vervoort article from
February 2019 issue of Technical Analysis of Stocks & Commodities magazine. It's a tool for confirming price reversals based on divergences between price and indicator.
Example
Refer to: