Top Page

移動平均線
Moving Average
書式
double iMA(string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)
string symbol 通貨ペア NULLの場合は、現在チャートのペア
int timeframe 時間軸 0の場合は、現在チャートの時間軸
int period 算出期間
int ma_shift 移動平均線を右方向へシフトするバーの本数
int ma_method 移動平均線の種類
int applied_price 算出に使用する価格の種類
int shift 取得するバーのインデックス