EMV
简述
波动指标
1.EMV 由下往上穿越0 轴时,视为中期买进信号;
2.EMV 由上往下穿越0 轴时,视为中期卖出信号;
3.EMV 的平均线穿越0 轴,产生假信号的机会较少;
4.当ADX 低于±DI时,本指标失去效用;
5.须长期使用EMV 指标才能获得最佳利润。
EMV(N:Integer;M:Integer):Graph
名称 | 类型 | 说明 |
---|
N | Integer | 整数 |
M | Integer | 整数 |
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
SetSysParam(pn_date(),inttodate(20140123));
Return EMV(14,6);
//结果:
