IndicatorsCollection CLASS
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
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
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
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
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
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
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
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
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
Init instance of NETIndicator. SYNTAX public void InitIndicator (NETIndicator netIndicator,HistoricalData data,object[] arguments) PARAMETERS ...
Sun, May 13, 2018 at 10:50 AM