aa1:=filter(low=llv(low,13),8);aa2:=if(llv(low,3)=llv(low,13) and close<ref((high+low)/2,1),max(ref(llv(low,12),barslast(aa1)+1)-low,0),0);aa3:=ema(aa2,3)*3;aa4:=sumbars(aa3>0,21);aa5:=sum(aa3,a...
t1:=ma(c,5)>ma(c,10) and ma(c,10)>ma(c,30) and ma(c,30)>ma(c,60) and ma(c,60>ma(c,120));t2:=count(c>ma(c,5),3)=3;t3:=count(((c/ref(c,1)-1)*100)>8,10)>0;t4:=c
a1:=ma(c,5)>ref(ma(c,5),1) and ma(c,10)>ref(ma(c,10),1) and ma(c,20)>ref(ma(c,20),1) and ma(c,60)>ref(ma(c,60),1);vpt:=sum(vol*(close-ref(close,1))/ref(close,1),0);m**pt:=ma(vpt,6);a2:=vpt...