IndicatorsCollection CLASS

iBands (HistoricalData data, int period, MAMode mode) METHOD (Return: iBands)
Returns an instance of the class iBands, which calculates the value of the indicator Bands. SYNTAX public iBands iBands (HistoricalData data,int per...
Sat, May 12, 2018 at 8:26 PM
iBands (HistoricalData data, int period, MAMode mode, double deviation) METHOD (Return: iBands)
Returns an instance of the class iBands, which calculates the value of the indicator Bands. SYNTAX public iBands iBands (HistoricalData data,int per...
Sat, May 12, 2018 at 8:28 PM
iBands (HistoricalData data, int period, MAMode mode, double deviation, PriceType priceType) METHOD (Return: iBands)
Returns an instance of the class iBands, which calculates the value of the indicator Bands. SYNTAX public iBands iBands (HistoricalData data,int per...
Sat, May 12, 2018 at 8:30 PM
iBands (Func<int, double> func, int period, MAMode mode, double deviation) METHOD (Return: iBands)
Returns an instance of the class iBands, which calculates the value of the indicator Bands. SYNTAX public iBands iBands (Func<int, double> fun...
Sat, May 12, 2018 at 8:32 PM
iBearsPower (HistoricalData data, int period, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator BearsPower. SYNTAX public Indicator iBearsPower (HistoricalD...
Sun, May 13, 2018 at 9:10 AM
iBullsPower (HistoricalData data, int period, PriceType priceType) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator BullsPower. SYNTAX public Indicator iBullsPower (HistoricalD...
Sun, May 13, 2018 at 9:12 AM
iBWMFI (HistoricalData data) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator BWFI. SYNTAX public Indicator iBWMFI (HistoricalData data) ...
Sun, May 13, 2018 at 9:14 AM
iCCI (HistoricalData data, int period) METHOD (Return: Indicator)
Returns an instance of the class Indicator, which calculates the value of the indicator CCI. SYNTAX public Indicator iCCI (HistoricalData data,int p...
Sun, May 13, 2018 at 9:17 AM
iCCI (HistoricalData data, 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 (HistoricalData data,int p...
Sun, May 13, 2018 at 9:27 AM
iCCI (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 CCI. SYNTAX public Indicator iCCI (HistoricalData data,int p...
Sun, May 13, 2018 at 9:34 AM