打印本文 打印本文  关闭窗口 关闭窗口  
大单翻红选股(大智慧)
作者:佚名  文章来源:不详  点击数  更新时间:2010/11/21 18:00:00  文章录入:萃富投资  责任编辑:萃富

仿千钧版主的送点钱花,试编大单翻红,供有L2数据的股友参考。
{大单翻红}{DZHL2}
RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K:=SMA(RSV,3,1);
D:=SMA(K,3,1);
J:=3*K-2*D;
停牌:=(DYNAINFO(4)=0);S:=STRFIND(stkname,'S',1)>0;
not(停牌) and not(s) and cross(j,0)
and count((bigorder(1)-bigorder(2))*vol/capital*100>0,3)>=2
{and count("ddx.ddx">0,3)>=2}
and c>ref(c,1)*1.01 and llv(v,3)<llv(v,30)*1.15
and capital<=5000000 ;

 

打印本文 打印本文  关闭窗口 关闭窗口