在线检测未来函数

低位多日阴线后强势启动的预警公式

来源:Internet,编辑:股旁网,2012-06-17

编写条件:

编写方法:

 网友求助:

请众高手们编写一个低位多日阴线强势启动预警公式
 
解答如下:
a5:=ma(c,5);
低位阴线:=a5/ma(c,30)<0.85 and abs(a5/ref(a5,5)-1)<0.006 and count(c<o,5)>=3;
强势启动:ref(低位阴线,1)and c/ref(c,1)>1.03 and a5>ref(a5,1)and v/ref(v,1)>2;
 

相关文章