IndicatorsCollection CLASS

iOBV (HistoricalData data, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator OBV. SYNTAX public Indicator iOBV (HistoricalData data,Price...
Sun, May 13, 2018 at 10:52 AM
iOsMA (HistoricalData data, int fast_ema_period, int slow_ema_period, int signal_period, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator OsMA. SYNTAX public Indicator iOsMA (HistoricalData data,int...
Sun, May 13, 2018 at 10:53 AM
iRSI (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator RSI. SYNTAX public Indicator iRSI (HistoricalData data,int p...
Sun, May 13, 2018 at 10:55 AM
iRSI (HistoricalData data, int period, RSIMode mode) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator RSI. SYNTAX public Indicator iRSI (HistoricalData data,int p...
Sun, May 13, 2018 at 10:57 AM
iRSI (HistoricalData data, int period, RSIMode mode, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator RSI. SYNTAX public Indicator iRSI (HistoricalData data,int p...
Sun, May 13, 2018 at 10:58 AM
iRSI (Func<int, double> func, int period, RSIMode mode) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator RSI. SYNTAX public Indicator iRSI (Func<int, double> f...
Sun, May 13, 2018 at 11:00 AM
iRVI (HistoricalData data, int period) METHOD (Return: iRVI)
Returns an instance of the class iRVI, which calculates the value of the indicator RVI. SYNTAX public iRVI iRVI (HistoricalData data,int period) P...
Sun, May 13, 2018 at 11:01 AM
iRVI (HistoricalData data, int period, MAMode mode) METHOD (Return: iRVI)
Returns an instance of the class iRVI, which calculates the value of the indicator RVI. SYNTAX public iRVI iRVI (HistoricalData data,int period,MAMo...
Sun, May 13, 2018 at 11:03 AM
iSAR (HistoricalData data, double step, double koefficient) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator SAR. SYNTAX public Indicator iSAR (HistoricalData data,doubl...
Sun, May 13, 2018 at 11:05 AM
iStdDev (HistoricalData data, int period, MAMode mode, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator StdDev. SYNTAX public Indicator iStdDev (HistoricalData data...
Sun, May 13, 2018 at 11:06 AM