UID82595
积分482
学分
推广 个
预报后涨停 支
阅读权限40
在线时间 小时
注册时间2010-9-23
最后登录1970-1-1
|
地量新低:=(ma(close,20)<ma(close,60)
and ma(close,5)<ma(close,20)
and ma(vol,20)<ma(vol,60)
and ma(vol,5)<ma(vol,20));
count(地量新低,10)>=1
and ma(close,5)>ref(ma(close,5),1)
and ma(vol,5)>ref(ma(vol,5),1) and (strcmp(stkname,'st')=-1 or strcmp(stkname,'*st')=-1)=0 and barscount(c)>10
and DYNAINFO(4)<>0; |
|