SVEStochRSI

Modified on 2018/12/28 09:27 by Eugene — Categorized as: TASCIndicators

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

dsDataSeries
rsiPeriodRSI lookback period
stochPeriodStochastic lookback period
smaPeriodStochastic 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: