jvar1:=close/ma(close,20)*100<75;
jvar2:=close/ma(close,40)*100<70;
jvar3:=close/ma(close,60)*100<65;
jvar4:=high>low*1.051;
jvar5:=jvar4 and count(jvar4,5)>1;
绝地反击:jvar5 and (jvar1 or jvar2 or jvar3),stick3d;
{原文链接:http://www.guhai.com.cn/html/GS/tong-da-xin/80858.html}