移動平均オシレーター【iOsMA】
double iOsMA(string symbol, int timeframe, int fast_ema_period, intslow_ema_period, int signal_period, int app…
double iOsMA(string symbol, int timeframe, int fast_ema_period, intslow_ema_period, int signal_period, int app…
double iMAOnArray(doble array[ ], int total, int period, int ma_shift, intma_method, int shift) Calcula…
double iMA(string symbol, int timeframe, int period, int ma_shift, intma_method, int applied_price, int shift)…
double iMFI(string symbol, int timeframe, int period, int shift) Calculates the Money flow index and re…
double iMomentumOnArray(double array[ ], int total, int period, int shift) Calculation of the Momentum …
double iMomentum(string symbol, int timeframe, int period, int applied_price, int shift) Calculates the…
double iBWMFI(string symbol, int timeframe, int shift) Calculates the Bill Williams Market Facilitation…
double iIchimoku(string symbol, int timeframe, int tenkan_sen, int kijun_sen, int senkou_span_b, int mode, int…
double iGator(string symbol, int timeframe, int jaw_period, int jaw_shift, intteeth_period, int teeth_thift, i…
double iFractals(string symbol, int timeframe, int mode, int shift) Calculates the Fractals and returns…