在线检测未来函数

一阳穿5线选股公式,在大阳线下面出现提示图标

来源:Internet,编辑:股旁网,2012-07-10

编写条件:

CLOSE>OPEN AND MA(CLOSE,5)>LOW AND MA(CLOSE,5)LOW AND MA(CLOSE,10)LOW AND MA(CLOSE,30)LOW AND MA(CLOSE,60)LOW AND MA(CLOSE,120)编写方法:

 
XG:CLOSE>OPEN AND
 MA(CLOSE,5)>LOW AND MA(CLOSE,5)<HIGH AND
 MA(CLOSE,10)>LOW AND MA(CLOSE,10)<HIGH AND
 MA(CLOSE,30)>LOW AND MA(CLOSE,30)<HIGH AND
 MA(CLOSE,60)>LOW AND MA(CLOSE,60)<HIGH AND
 MA(CLOSE,120)>LOW AND MA(CLOSE,120)<HIGH;
DRAWICON(XG, l*0.98,1);

相关文章