Gator Oscillator指标一般称为鳄鱼振荡指标,也叫加多摆动指标。
iGator属于比尔威廉指标之一,鳄鱼指标的变种。
【用法】很少使用
【语法】
- 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)
复制代码 【代码】
- iGator(NULL, 0, 13, 8, 8, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_UPPER, 0)
复制代码 参考加载流程:http://bbs.fan2001.com/thread-602-1-1.html
|