[MT4指标]Momentum动量索引指标
Momentum动量索引指标
iMomentum属于震荡指标,用来预测价格涨跌。
【用法】
1、 Momentum指标需要不其他指标联合使用;
2、 不清楚Momentum读值范围。
【语法】double iMomentum( string symbol, int timeframe, int period, int applied_price, int shift)
1、symbol指定货币对,NULL为默认当前货币对
2、timeframe时间周期,0为当前时间周期
3、period快速线周期,默认选14
4、applied_price应用价格。默认选收盘价PRICE_CLOSE
5、shift指定柱值,0为当前柱,1为前一个柱,以此类推
【代码】
iMomentum(NULL,0,14,PRICE_CLOSE,0)
iMomentum属于震荡指标,用来预测价格涨跌。
【用法】
1、 Momentum指标需要不其他指标联合使用;
2、 不清楚Momentum读值范围。
【语法】double iMomentum( string symbol, int timeframe, int period, int applied_price, int shift)
1、symbol指定货币对,NULL为默认当前货币对
2、timeframe时间周期,0为当前时间周期
3、period快速线周期,默认选14
4、applied_price应用价格。默认选收盘价PRICE_CLOSE
5、shift指定柱值,0为当前柱,1为前一个柱,以此类推
【代码】
iMomentum(NULL,0,14,PRICE_CLOSE,0)
遇到矛盾 先站在对方的立场上想想问题,先试着去理解别人
● 如何使用WinMTR查询平台连接流畅度