A1:=ma(close,5);
A2:=ma(close,10);
A3:=ma(close,20);
A4:=ma(close,30);
Count(a1>a2 and a2>a3 and a3>a4,5)=5 and
Close<=a4;

来源:Internet,编辑:股旁网,2012-11-12
A1:=ma(close,5);
A2:=ma(close,10);
A3:=ma(close,20);
A4:=ma(close,30);
Count(a1>a2 and a2>a3 and a3>a4,5)=5 and
Close<=a4;