ウィリアムズ %R(Williams Percent Range)【iWPR】
double iWPR(string symbol, int timeframe, int period, int shift) Calculates the Larry William’s p…
double iWPR(string symbol, int timeframe, int period, int shift) Calculates the Larry William’s p…
double iStochastic(string symbol, int timeframe, int %Kperiod, int %Dperiod, int slowing, int method, int pric…
double iStdDevOnArray(double array[ ], int toral, int ma_period, int ma_shift, int ma_method, int shift)  …
double iStdDev(string symbol, int timeframe, int ma_period, int ma_shift, intma_method, int applied_price, int…
dobule iRVI(string symbol, int timefreme, int period, int mode, int shift) Calculates the Relative Vigo…
double iRSIOnArray(double array[ ], int total, int period, int shift) Calculation of the Relative Stren…
double iRSI(string symbol, int timeframe, int period, int applied_price, intshift) Calculates the Relat…
double iSAR(string symbol, int timeframe, double step, double maximum, intshift) Calculates the Parabol…
double iOBV(string symbol, int timeframe, int applied_price, int shift) Calculates the On Balance Volum…
double iMACD(string symbol, int timeframe, int fast_ema_period, intslow_ema_period, int signal_period, int app…