v1:=close>open and ref(close,1)(open,1)and ref(close,2)>ref(open,2)and close>ref(open,1)and close>ref(close,2);v2:=backset(v1 and ref(v1,2)and c>ref(c,4),5);v3:=backse.
ok:=ema(max(max(high-low,abs(high-ref(close,1))),abs(ref(close,1)-low)),n);hd :=high-ref(high,1);ld :=ref(low,1)-low;dmp:=ema(if(hd>0 and hd>ld,hd,0),n);dmm:=ema(if(ld>0 and ld>hd,ld,0),n)...
{线上阴线买}工作线:=ema(close,50); 工作线2:=ema(close,17);t1:=cross(c,工作线2) and c/ref(c,1)>1.03;t2:=barslast(ref(t1,1));t3:=(l>ref(t2,l));t4:=(c-工作线2)/工作线2*100>0;t5:=(c-工作线2)/工作线2<0.005;回踩:(t2<5 a...
(1):ma(l+(h-l)/2,25)*1.15;道:ma(l+(h-l)/2,25)*0.95;中轨:(上通道+下通道)/2;股价:c;次上通道:(ma(c,5)+ma(o,5))/2*1.06;次下通道:(ma(c,5)+ma(o,5))/2*0.98;强弱线:(次上通道+次下通道)/2;(2)a1:=ref(c,1)/ref(c,2)>1.095;a2:=c>o and l/r...