typ := (high + low + close)/3;cci:=(typ-ma(typ,14))/(0.015***edev(typ,14));var1:=c>ma(c,5) and ma(c,5)>ma(c,10) and ma(c,10)>ma(c,30) and ma(c,30)>ma(c,60);var2:=cci>100;var3:="mac...
k1:=o<ref(l,1) and v<ref(v,1)/2;k2:=ref(o,1)>ref(h,2) and ref(c,1)<ref(h,1) and ref(v,1)>ref(v,2)*2;k3:=(ref(c,2)/ref(c,3)-1)*100>9.96;k1 and k2 and k3;