Amount_
简述
叠加成交额的N1日、N2日移动平均线,参考成交量指标。
Amount_(N1:Integer;N2:Integer;N3:Integer):Graph
名称 | 类型 | 说明 |
---|
N1 | Integer | 短期均线天数,一般为 5 |
N2 | Integer | 长期均线天数,一般为 20 |
N3 | Integer | 整数 |
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
SetSysParam(pn_date(),inttodate(20140123));
Return Amount_(5,10,30);
//结果:
