LMa
简述
最低价移动平均;一般移动平均线以收盘价为计算基础,低价平均线是以每日最低价为计算基础。目前市场上许多投资人将其运用在多头市场,认为它的支撑效应比传统平均线更具参考价值。
LMa(N1:Integer;N2:Integer;N3:Integer):Graph
名称 | 类型 | 说明 |
---|
N1 | Integer | 整数 |
N2 | Integer | 整数 |
N3 | Integer | 整数 |
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
SetSysParam(pn_date(),inttodate(20140123));
Return LMa(5,10,30);
//结果:
