IndicatorsCollection CLASS
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
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
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
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
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
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
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
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
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
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