doubleiAlligator(string symbol, int timeframe, int jaw_period, int jaw_shift, intteeth_period, int teeth_shift, int lips_period, int lips_shift, int ma_method, intapplied_price, int mode, int shift)
Calculates the Bill Williams’ Alligator and returns its value.
ビル・ウィリアムズのアリゲーターを計算して、その値を返します。
Parameters:
パラメータ:
symbol
–
Symbol the data of which should be used to calculate indicator. NULL means the current symbol.
インディケータの計算に使用するデータの通貨ペア名。NULL は、現在のシンボルを意味します。
timeframe
–
Timeframe. It can be one of Timeframe enumeration values. 0 means the current chart timeframe.