IndicatorsCollection CLASS

iCCI (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 CCI. SYNTAX public Indicator iCCI (Func<int, double> f...
Sun, May 13, 2018 at 9:35 AM
iCustom (string name, HistoricalData data, object[] arguments) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of a custom indicator. SYNTAX public Indicator iCustom (string name,Historica...
Sun, May 13, 2018 at 9:43 AM
iDeMarker (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator DeMarker. SYNTAX public Indicator iDeMarker (HistoricalData ...
Sun, May 13, 2018 at 9:44 AM
iEnvelopes (HistoricalData data, int period, MAMode mode, double deviation, PriceType priceType) METHOD (Return: iEnvelopes)
Returns an instance of the class iEnvelopes, which calculates the value of the indicator Envelopes. SYNTAX public iEnvelopes iEnvelopes (HistoricalD...
Sun, May 13, 2018 at 9:47 AM
iEnvelopes (Func<int, double> func, int period, MAMode mode, double deviation) METHOD (Return: iEnvelopes)
Returns an instance of the class iEnvelopes, which calculates the value of the indicator Envelopes. SYNTAX public iEnvelopes iEnvelopes (Func<int...
Sun, May 13, 2018 at 9:55 AM
iForce (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 Force. SYNTAX public Indicator iForce (HistoricalData data,i...
Sun, May 13, 2018 at 9:59 AM
iFractals (HistoricalData data) METHOD (Return: iFractals)
Returns an instance of the class iFractals, which calculates the value of the indicator Fractel. SYNTAX public iFractals iFractals (HistoricalData d...
Sun, May 13, 2018 at 10:07 AM
iGator (HistoricalData data, int jaw_period, int jaw_shift, int teeth_period, int teeth_shift, int lips_period, int lips_shift, MAMode mode, PriceType priceType) METHOD (Return: iGator)
Returns an instance of the class iGator, which calculates the value of the indicator Gator. SYNTAX public iGator iGator (HistoricalData data,int jaw...
Sun, May 13, 2018 at 10:16 AM
iIchimoku (HistoricalData data, int tenkan_sen, int kijun_sen, int senkou_span) METHOD (Return: iIchimoku)
Returns an instance of the class iIchimoku, which calculates the value of the indicator Ichimoku. SYNTAX public iIchimoku iIchimoku (HistoricalData ...
Sun, May 13, 2018 at 10:20 AM
iMA (HistoricalData data, 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 (HistoricalData data,int per...
Sun, May 13, 2018 at 10:23 AM