iAlligator()、iEnvelopes()、iEnvelopesOnArray、iForce()、iGator()、iMA()、iMAOnArray()、iStdDev()、iStdDevOnArray()、iStochastic() のインディケーターで使用される移動平均の計算方式。
It can be any of the following values:
次のいずれかの値を指定できます。
Constant
定数 |
Value
値 |
Description
説明 |
| MODE_SMA |
0 |
Simple moving average,
単純移動平均 |
| MODE_EMA |
1 |
Exponential moving average,
指数移動平均 |
| MODE_SMMA |
2 |
Smoothed moving average, 平滑移動平均 |
| MODE_LWMA |
3 |
Linear weighted moving average.
線形加重移動平均 |
|