技术指标调用 参数
double iAC( string symbol, int timeframe, int shift)
double iAD( string symbol, int timeframe, int shift)
double iAlligator( string symbol, int timeframe, int jaw_period, int jaw_shift, int teeth_period, int teeth_shift, int lips_period, int lips_shift, int ma_method, int applied_price, int mode, int shift)
double iADX( string symbol, int timeframe, int period, int applied_price, int mode, int shift)
double iATR( string symbol, int timeframe, int period, int shift)
double iAO( string symbol, int timeframe, int shift)
double iBearsPower( string symbol, int timeframe, int period, int applied_price, int shift)
double iBands( string symbol, int timeframe, int period, int deviation, int bands_shift, int applied_price, int mode, int shift)
double iBandsOnArray( double array[], int total, int period, double deviation, int bands_shift, int mode, int shift)
double iBullsPower( string symbol, int timeframe, int period, int applied_price, int shift)
double iCCI( string symbol, int timeframe, int period, int applied_price, int shift)
double iCCIOnArray( double array[], int total, int period, int shift)
double iCustom( string symbol, int timeframe, string name, ... , int mode, int shift)
double iDeMarker( string symbol, int timeframe, int period, int shift)
double iEnvelopes( string symbol, int timeframe, int ma_period, int ma_method, int ma_shift, int applied_price, double deviation, int mode, int shift)
double iEnvelopesOnArray( double array[], int total, int ma_period, int ma_method, int ma_shift, double deviation, int mode, int shift)
double iForce( string symbol, int timeframe, int period, int ma_method, int applied_price, int shift)
double iFractals( string symbol, int timeframe, int mode, int shift)
double iGator( string symbol, int timeframe, int jaw_period, int jaw_shift, int teeth_period, int teeth_shift, int lips_period, int lips_shift, int ma_method, int applied_price, int mode, int shift)
double iIchimoku( string symbol, int timeframe, int tenkan_sen, int kijun_sen, int senkou_span_b, int mode, int shift) |