a1:=sum(vol,13)/capital;m:=(100-(100/(1+a1)))*1000;a:=llv(dma(close,vol/capital),120);n:=100*(close-a)*3.5/a;p:=(100*(ref(c,1)*1.08-a)/a)-(100*(close-a)*3.5/a);q:=m+p;自用预警:q>9 and q<11 and m<...
第一个:f:=100*(c-ref(c,1))/ref(c,1); 今小昨:=if(c<ref(o,1) and f<0,1,0); s1:=今小昨; 今小前:=if(c<ref(o,2) and f<0,1,0); s2:=今小前; a3:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig(3,10) ...