a1:=ma(c,5);a2:=ma(c,10);a3:=ma(c,20);a4:=ma(c,60);sz:=ref(c,2)-ref(o,2);sz1:=sz/ref(c,3);de:=ref(o,1)-ref(c,1);de1:=de/2+ref(c,1);xg:a1>ref(a1,1)and a2>ref(a2,1)and a3>ref(a3,1)and a4>ref(a4,1)and sz>0 and sz1<0.003 and de>0 and c>de1;测试通过! 20210311
a:=ref(h,120);新高:=a>=hhv(h,0);m5:=ma(c,5);m13:=ma(c,13);金叉:=cross(m5,m13);回调:=(hhv(c,120)-c)/hhv(c,120)>0.3;放量:=v/ref(v,1)>=2.01;缩量:=ref(c,1)>ma(c,34);xg:回调 and 金叉 and 新高 and 放量 and 缩量;(你要...
tt1:=ref(o>c,2) and ref(c/o<0.94,2);tt2:=upnday(c,2);tt3:=c>ref((l+(h-l)/2),2) and h<ref(o,2);ttt:=tt1 and tt2 and tt3;stickline(ttt,o,c,2,0),colorlimagenta;stickline(ttt,l,h,0,0),colorlim...
{主图}t1:=ma(c,15);if(c>=t1 and t1>=ref(t1,1),t1,draw**),colorred;if(c<t1 or t1<ref(t1,1),t1,draw**),colorgreen;stickline(c>=t1 and t1>=ref(t1,1),c,h,0,0),colorred;stickline(c>=t1 a...