UID158638
积分136
学分
推广 个
预报后涨停 支
阅读权限20
在线时间 小时
注册时间2012-5-29
最后登录1970-1-1
|
DOWN:=OPEN>CLOSE;
x1:=COUNT(DOWN,5)=4;
X2:=(HHV(C,20)-LLV(C,1))/ LLV(C,1)/50*100;
x3:=(MIN(CLOSE,OPEN)-LOW)/(HIGH-LOW)>0.667 and (HIGH-MAX(CLOSE,OPEN))/(HIGH-LOW)<0.333 and (c-o)<0.1;
x4:=v<ma(v,135);
选:X1 and x2 and x3 and x4;
本文来自: 股海明灯 详细文章参考:http://www.178448.com/thread-353184-1-1.html
|
|