IndicatorsCollection CLASS

iMA (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 MA. SYNTAX public Indicator iMA (Func<int, double> fun...
Sun, May 13, 2018 at 10:25 AM
iMA (HistoricalData data, int period, MAMode mode, int ma_shift, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator MA. SYNTAX public Indicator iMA (HistoricalData data,int per...
Sun, May 13, 2018 at 10:27 AM
iMA (Func<int, double> func, int period, MAMode mode, int ma_shift) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator MA. SYNTAX public Indicator iMA (Func<int, double> fun...
Sun, May 13, 2018 at 10:29 AM
iMACD (HistoricalData data, int fast_ema_period, int slow_ema_period, int signal_period) METHOD (Return: iMACD)
Returns an instance of the class iMACD, which calculates the value of the indicator MACD. SYNTAX public iMACD iMACD (HistoricalData data,int fast_em...
Sun, May 13, 2018 at 10:32 AM
iMACD (HistoricalData data, int fast_ema_period, int slow_ema_period, int signal_period, PriceType priceType) METHOD (Return: iMACD)
Returns an instance of the class iMACD, which calculates the value of the indicator MACD. SYNTAX public iMACD iMACD (HistoricalData data,int fast_em...
Sun, May 13, 2018 at 10:35 AM
iMFI (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator MFI. SYNTAX public Indicator iMFI (HistoricalData data,int p...
Sun, May 13, 2018 at 10:41 AM
iMomentum (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator Momentum. SYNTAX public Indicator iMomentum (HistoricalData ...
Sun, May 13, 2018 at 10:46 AM
iMomentum (HistoricalData data, int period, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator Momentum. SYNTAX public Indicator iMomentum (HistoricalData ...
Sun, May 13, 2018 at 10:47 AM
iMomentum (Func<int, double> func, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator Momentum. SYNTAX public Indicator iMomentum (Func<int, do...
Sun, May 13, 2018 at 10:49 AM
InitIndicator (NETIndicator netIndicator, HistoricalData data, object[] arguments) METHOD (Return: void)
Init instance of NETIndicator. SYNTAX public void InitIndicator (NETIndicator netIndicator,HistoricalData data,object[] arguments) PARAMETERS ...
Sun, May 13, 2018 at 10:50 AM