ベアパワー【iBearsPower】
double iBearsPower(string symbol, int timeframe, int period, int applied_price, int shift) Calculates t…
double iBearsPower(string symbol, int timeframe, int period, int applied_price, int shift) Calculates t…
double iAO(string symbol, int timeframe, int shift) Calculates the Bill Williams’ Awesome oscilla…
double iATR(string symbol, int timeframe, int period, int shift) Calculates the Indicator of the averag…
double iADX(string symbol, int timeframe, int period, int applied_price, intmode, int shift) Calculates…
double iAlligator(string symbol, int timeframe, int jaw_period, int jaw_shift, intteeth_period, int teeth_shif…
double iAD(string symbol, int timeframe, int shift) Calculates the Accumulation/Distribution indicator …
double iAC(string symbol, int timeframe, int shift) Calculates the Bill Williams’ Accelerator/Dec…
string StringTrimRight(string text) The function cuts line feed characters, spaces and tabs in the righ…
string StringTrimLeft(string text) The function cuts line feed characters, spaces and tabs in the left …
string StringSubstr(string text, int start, int length=0) Extracts a substring from text string startin…