IndicatorsCollection CLASS

iStdDev (HistoricalData data, int period, MAMode mode, int ma_shift, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class iRVI, which calculates the value of the indicator StdDev. SYNTAX public Indicator iStdDev (HistoricalData data,int ...
Sun, May 13, 2018 at 11:29 AM
iStdDev (Func<int, double> func, int period, MAMode mode) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator StdDev. SYNTAX public Indicator iStdDev (Func<int, double...
Sun, May 13, 2018 at 11:31 AM
iStochastic (HistoricalData data, int kperiod, int dperiod, int slowing, MAMode mode) METHOD (Return: iStochastic)
Returns an instance of the class iStochastic, which calculates the value of the indicator Stochastic. SYNTAX public iStochastic iStochastic (Histori...
Sun, May 13, 2018 at 11:33 AM
iWPR (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator WPR. SYNTAX public Indicator iWPR (HistoricalData data,int p...
Sun, May 13, 2018 at 11:35 AM