AMV
简述
成本价均线;成本价均线不同于一般移动平均线系统,成本价均线系统首次将成交量引入均线系统,充分提高均线系统的可靠性。
AMV(N1:Integer;N2:Integer;N3:Integer):Graph
名称 | 类型 | 说明 |
---|
N1 | Integer | 整数 |
N2 | Integer | 整数 |
N3 | Integer | 整数 |
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
SetSysParam(pn_date(),inttodate(20140123));
Return AMV(5,10,30);
//结果:
